Integrated: JDK-8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments
Jonathan Gibbons
jjg at openjdk.java.net
Wed Aug 11 18:06:30 UTC 2021
On Wed, 11 Aug 2021 17:38:49 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a do-over of JDK-8249634, to report a missing doc comment when an implicit/default constructor is used.
>
> The `src` code is the same as before. The previous version had missing test files (now added), and had a test fail because an interaction with another changeset that was pushed while the previous version was in review. The solution for that is the use of `-Xdoclint:all,-missing` in `TestDocTreeDiags.java`.
This pull request has now been integrated.
Changeset: ec8d3bad
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ec8d3badc869be7898b5a49fa5f9ba447bbbcf8d
Stats: 240 lines in 77 files changed: 125 ins; 4 del; 111 mod
8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments
Reviewed-by: darcy
-------------
PR: https://git.openjdk.java.net/jdk/pull/5088
More information about the compiler-dev
mailing list