You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the refactoring action
During generation of the javadoc artifact several hundreds of warnings are logged to the maven console output.
This should be resolved by applying fixes for missing (a) javadoc for classes, (b) parameters, (c) return values, and (d) exceptions
Expected benefit
No more warnings during javadoc plugin runs.
Improved quality of the javadoc generated as html pages for JWPL devs and the (user) community.
The text was updated successfully, but these errors were encountered:
- applies fixes to many api classes and interfaces to clear out hundreds of warnings
- removes (super) dead and worthless code from several very long classes (along the path)
Fixes#287
- applies fixes to many api classes and interfaces to clear out hundreds of warnings
- removes (super) dead and worthless code from several very long classes (along the path)
Fixes#287
Describe the refactoring action
During generation of the javadoc artifact several hundreds of warnings are logged to the maven console output.
This should be resolved by applying fixes for missing (a) javadoc for classes, (b) parameters, (c) return values, and (d) exceptions
Expected benefit
No more warnings during javadoc plugin runs.
Improved quality of the javadoc generated as html pages for JWPL devs and the (user) community.
The text was updated successfully, but these errors were encountered: