RFR: 8325073: javadoc warnings: missing @param tags and other issues [v3]
Andy Goryachev
angorya at openjdk.org
Fri Mar 1 15:53:21 UTC 2024
> 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.
Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
review comments
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1384/files
- new: https://git.openjdk.org/jfx/pull/1384/files/7fb2715a..61cc3e9f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1384&range=02
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1384&range=01-02
Stats: 14 lines in 11 files changed: 12 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jfx/pull/1384.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1384/head:pull/1384
PR: https://git.openjdk.org/jfx/pull/1384
More information about the openjfx-dev
mailing list