RFR 8251203: Fix "no comment" warnings in java.base/java.lang and java/io

Daniel Fuchs daniel.fuchs at oracle.com
Fri Aug 21 16:06:32 UTC 2020


On 21/08/2020 16:09, Roger Riggs wrote:
> Please review the addition of comments to classes and fields to resolve
> javadoc "no comment" warnings in the java.lang and java.io packages.
> The comments are derived from the existing behavior and context.

Looks good to me Roger.

I don't quite recall when the @serial javadoc tag should be used.
That is - should it be used when documenting a non transient
private field in the absence of serialPersistentFields ?

best regards,

-- daniel


> 
> Webrev:
>     http://cr.openjdk.java.net/~rriggs/webrev-nocomment-8251203-1/
> 
> CSR:
>      https://bugs.openjdk.java.net/browse/JDK-8252129
> 
> Issue:
>      https://bugs.openjdk.java.net/browse/JDK-8251203
> 
> Thanks, Roger
> 
> 



More information about the core-libs-dev mailing list