[jdk16] Integrated: JDK-8249633: doclint reports missing javadoc for JavaFX property methods that have a property description
Jonathan Gibbons
jjg at openjdk.java.net
Wed Jan 6 19:29:14 UTC 2021
On Fri, 25 Dec 2020 01:56:03 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 4f914e21
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.java.net/jdk16/commit/4f914e21
Stats: 72 lines in 3 files changed: 62 ins; 0 del; 10 mod
8249633: doclint reports missing javadoc for JavaFX property methods that have a property description
Reviewed-by: hannesw
-------------
PR: https://git.openjdk.java.net/jdk16/pull/71
More information about the javadoc-dev
mailing list