Re: RFR: 8225083: Remove Google certificate that is expiring in December 2021

2021-08-16 Thread Xue-Lei Andrew Fan
On Tue, 17 Aug 2021 03:59:15 GMT, Rajan Halade wrote: > Removed the expiring root certificate. Marked as reviewed by xuelei (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/5137

RFR: 8225083: Remove Google certificate that is expiring in December 2021

2021-08-16 Thread Rajan Halade
Removed the expiring root certificate. - Commit messages: - 8225083: Remove Google certificate that is expiring in December 2021 Changes: https://git.openjdk.java.net/jdk/pull/5137/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5137&range=00 Issue: https://bugs.openj

Integrated: JDK-8272374: doclint should report missing "body" comments

2021-08-16 Thread Jonathan Gibbons
On Fri, 13 Aug 2021 03:51:23 GMT, Jonathan Gibbons wrote: > Please review a relatively simple update to have doclnt check for empty > "descriptions" -- the body of a doc comment, before the block tags. > > It is already the case that doclint checks for missing/empty descriptions in > block tag

Re: RFR: JDK-8272374: doclint should report missing "body" comments [v2]

2021-08-16 Thread Jonathan Gibbons
> Please review a relatively simple update to have doclnt check for empty > "descriptions" -- the body of a doc comment, before the block tags. > > It is already the case that doclint checks for missing/empty descriptions in > block tags, like @param, @return, etc. > > There are three cases to

Re: RFR: JDK-8272374: doclint should report missing "body" comments

2021-08-16 Thread Jonathan Gibbons
On Mon, 16 Aug 2021 17:08:13 GMT, Jonathan Gibbons wrote: >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclint/Checker.java line >> 203: >> >>> 201: // Don't report an empty description if the >>> comment begins with @deprecated, >>> 202: // bec

Re: RFR: JDK-8272374: doclint should report missing "body" comments

2021-08-16 Thread Jonathan Gibbons
On Fri, 13 Aug 2021 09:21:40 GMT, Hannes Wallnöfer wrote: >> Please review a relatively simple update to have doclnt check for empty >> "descriptions" -- the body of a doc comment, before the block tags. >> >> It is already the case that doclint checks for missing/empty descriptions in >> bloc

Re: RFR: JDK-8272374: doclint should report missing "body" comments

2021-08-16 Thread Jonathan Gibbons
On Fri, 13 Aug 2021 09:20:19 GMT, Hannes Wallnöfer wrote: >> Please review a relatively simple update to have doclnt check for empty >> "descriptions" -- the body of a doc comment, before the block tags. >> >> It is already the case that doclint checks for missing/empty descriptions in >> bloc

Re: RFR: JDK-8272374: doclint should report missing "body" comments

2021-08-16 Thread Hannes Wallnöfer
On Fri, 13 Aug 2021 03:51:23 GMT, Jonathan Gibbons wrote: > Please review a relatively simple update to have doclnt check for empty > "descriptions" -- the body of a doc comment, before the block tags. > > It is already the case that doclint checks for missing/empty descriptions in > block tag