On Fri, 3 Dec 2021 01:18:20 GMT, Joe Darcy <da...@openjdk.org> wrote:
> In JDK 18, JDK-8189591 added the ability to suppress doclint warnings. > Therefore, it is now possible to enable the full doclint checks for the > java.desktop module if the instances of warnings are suppressed. This patch > does this; it would be preferable to address the doc warnings directly, but > that is beyond what I'm attempting to do here. This pull request has now been integrated. Changeset: 02ee337a Author: Joe Darcy <da...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/02ee337ae0d163ae44b1691eb9de12c5608ba178 Stats: 34 lines in 20 files changed: 16 ins; 0 del; 18 mod 8278175: Enable all doclint warnings for build of java.desktop Reviewed-by: erikj, prr ------------- PR: https://git.openjdk.java.net/jdk/pull/6687