Skip to content

docs: Eliminate all maven-javadoc-plugin warnings#83

Closed
thced wants to merge 1 commit into
masterfrom
chore/javadoc-warnings
Closed

docs: Eliminate all maven-javadoc-plugin warnings#83
thced wants to merge 1 commit into
masterfrom
chore/javadoc-warnings

Conversation

@thced

@thced thced commented May 20, 2026

Copy link
Copy Markdown
Contributor

Adds detailed but concise javadoc across the public API and internal implementation classes so mvn package runs the attached-javadocs goal without any warnings (previously 174). No code behaviour changes.

Also adds an explicit no-arg constructor with javadoc to FormTypeMapper, FormUrlEncodedParser, NotFoundHandler, TextPlainParser, and TextTypeMapper so the synthesised default constructor no longer trips doclint, and imports ValidationException in Validator to resolve the {@link} references in its contract javadoc.

@thced thced force-pushed the chore/javadoc-warnings branch 2 times, most recently from dbc1a45 to eb7e096 Compare May 21, 2026 05:46
Adds detailed but concise javadoc across the public API and internal
implementation classes so `mvn package` runs the attached-javadocs goal
without any warnings (previously 174). No code behaviour changes.

Also adds an explicit no-arg constructor with javadoc to
FormTypeMapper, FormUrlEncodedParser, NotFoundHandler, TextPlainParser,
and TextTypeMapper so the synthesised default constructor no longer
trips doclint, and imports ValidationException in Validator to resolve
the {@link} references in its contract javadoc.
@thced thced force-pushed the chore/javadoc-warnings branch from eb7e096 to c10a395 Compare May 21, 2026 06:14
@sonarqubecloud

Copy link
Copy Markdown

@thced thced closed this Jul 2, 2026
@thced thced deleted the chore/javadoc-warnings branch July 2, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant