Integrated: 8325073: javadoc warnings: missing @param tags and other issues
Andy Goryachev
angorya at openjdk.org
Fri Mar 1 17:50:53 UTC 2024
On Wed, 28 Feb 2024 21:48:38 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> This change brings the number of javadoc warnings back to 91 (to be fixed in [JDK-8270996](https://bugs.openjdk.org/browse/JDK-8270996))
>
> - adds missing information in `@param` tags
> - adds `@SuppressWarnings("doclint:missing")` to `Skinnable` to silence the warning due to [JDK-8325071](https://bugs.openjdk.org/browse/JDK-8325071)
> - fixed an empty `<p>` in `Subscription`
> - cleaned up unnecessary `@throws` in Filtered/SortedList
>
> This PR does not need a CSR: most of the changes are clarifications or documenting of missing parameters.
This pull request has now been integrated.
Changeset: 56b20dee
Author: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/56b20dee26a01a770f50e2ef9718891ee528f703
Stats: 215 lines in 68 files changed: 120 ins; 9 del; 86 mod
8325073: javadoc warnings: missing @param tags and other issues
Reviewed-by: kcr, arapte
-------------
PR: https://git.openjdk.org/jfx/pull/1384
More information about the openjfx-dev
mailing list