Re: RFR: JDK-8275199: Bogus warning generated for serializable records [v2]

2021-11-08 Thread Jonathan Gibbons
On Wed, 3 Nov 2021 14:20:52 GMT, Hannes Wallnöfer wrote: >> Jonathan Gibbons has updated the pull request incrementally with one >> additional commit since the last revision: >> >> update to show fields of serializable records in the serializable form > > test/langtools/jdk/javadoc/doclet/tes

Re: RFR: JDK-8275199: Bogus warning generated for serializable records [v2]

2021-11-08 Thread Jonathan Gibbons
On Wed, 3 Nov 2021 14:13:50 GMT, Hannes Wallnöfer wrote: >> Jonathan Gibbons has updated the pull request incrementally with one >> additional commit since the last revision: >> >> update to show fields of serializable records in the serializable form > > src/jdk.javadoc/share/classes/jdk/jav

Re: RFR: JDK-8275199: Bogus warning generated for serializable records [v2]

2021-11-03 Thread Hannes Wallnöfer
On Fri, 22 Oct 2021 02:11:34 GMT, Jonathan Gibbons wrote: >> Please review a trivial fix and simple test for DocLint and serializable >> records. >> >> Although the original JBS issue was somewhat confused, the underlying cause >> of the test case is that `javadoc`/`DocLint` was checking the c

Re: RFR: JDK-8275199: Bogus warning generated for serializable records [v2]

2021-10-21 Thread Jonathan Gibbons
> Please review a trivial fix and simple test for DocLint and serializable > records. > > Although the original JBS issue was somewhat confused, the underlying cause > of the test case is that `javadoc`/`DocLint` was checking the comments on the > private internal fields, prior to writing the f

Re: RFR: JDK-8275199: Bogus warning generated for serializable records

2021-10-21 Thread Jonathan Gibbons
On Fri, 22 Oct 2021 00:12:04 GMT, Jonathan Gibbons wrote: > Please review a trivial fix and simple test for DocLint and serializable > records. > > Although the original JBS issue was somewhat confused, the underlying cause > of the test case is that `javadoc`/`DocLint` was checking the commen

RFR: JDK-8275199: Bogus warning generated for serializable records

2021-10-21 Thread Jonathan Gibbons
Please review a trivial fix and simple test for DocLint and serializable records. Although the original JBS issue was somewhat confused, the underlying cause of the test case is that `javadoc`/`DocLint` was checking the comments on the private internal fields, prior to writing the fields in the