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

Mandy Chung mandy.chung at oracle.com
Fri Aug 21 17:21:02 UTC 2020



On 8/21/20 8:09 AM, 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.
>
> Webrev:
>    http://cr.openjdk.java.net/~rriggs/webrev-nocomment-8251203-1/
>

Looks okay.

Nit:  the type name returned in javadoc and @param should be wrapped 
with {@code ...}.

These lines are some example:
2235      * @param  s the ObjectOutputStream to which data is written

  941      * The BytecodeGenerationException.

261 * Resolve a SerializedLambda to an object. No need for a new webrev. 
Mandy




More information about the core-libs-dev mailing list