Integrated: JDK-8265253: javac -Xdoclint:all gives "no comment" warning for code that can't be commented
Jonathan Gibbons
jjg at openjdk.java.net
Mon Aug 23 17:34:34 UTC 2021
On Sat, 21 Aug 2021 03:08:41 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a simple update for doclint, to suppress "missing comment" warnings on the internally-synthesized class resulting from use of an anonymous class body in a member declaration in an enum class..
This pull request has now been integrated.
Changeset: 18840724
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/18840724749c839259688bfa052652a1f34a378a
Stats: 60 lines in 3 files changed: 59 ins; 0 del; 1 mod
8265253: javac -Xdoclint:all gives "no comment" warning for code that can't be commented
Reviewed-by: hannesw
-------------
PR: https://git.openjdk.java.net/jdk/pull/5206
More information about the compiler-dev
mailing list