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
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
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
> 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
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
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
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
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