[jdk16] RFR: JDK-8249633: doclint reports missing javadoc for JavaFX property methods that have a property description [v2]
Jonathan Gibbons
jjg at openjdk.java.net
Wed Jan 6 19:23:09 UTC 2021
> There are two parts to the fix:
>
> 1. Similar to that of JDK-8251200: predicate methods in `Utils` used to check if an element has certain tags in its doc comment may trigger the missing comment check even when there does not need to be a comment.
>
> 2. When synthesizing comments for the property-related methods, the code checks for the existence of explicit comments, in case they exist; that could also trigger the "missing comment" check.
>
> The fix shares some changes with JDK-8251200; whichever does not go first will need a merge commit.
Jonathan Gibbons has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
- Merge with upstream/master
- fix whitespace
- JDK-8249633: doclint reports missing javadoc for JavaFX property methods that have a property description
-------------
Changes: https://git.openjdk.java.net/jdk16/pull/71/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk16&pr=71&range=01
Stats: 74 lines in 3 files changed: 62 ins; 0 del; 12 mod
Patch: https://git.openjdk.java.net/jdk16/pull/71.diff
Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/71/head:pull/71
PR: https://git.openjdk.java.net/jdk16/pull/71
More information about the javadoc-dev
mailing list