eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

Clean javadoc warnings in pass-support #1085

Open rpoet-jh opened 1 week ago

rpoet-jh commented 1 week ago

What?

Write needed javadoc comments to clean up javadoc doclint warnings that print during mvn clean verify.

Why?

To ensure javadoc is complete and clean up build logs.

How?

Run mvn clean verify and fill in missing javadoc comments. Note that you will need to check the javadoc plugin and have to remove any doclint filtering to see full list of warnings. Search for doclint and ensure it is set to all (or remove the configuration).

Acceptance Criteria

Can run mvn clean verify with doclint all and no javadoc warnings print.

Related Issues