RFR: 8310242: Clarify the name parameter to Class::forName [v7]

Mandy Chung mchung at openjdk.org
Thu Jun 22 16:52:06 UTC 2023


On Thu, 22 Jun 2023 00:49:17 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review comments
>
> src/java.base/share/classes/java/lang/Class.java line 426:
> 
>> 424:     /**
>> 425:      * Returns the {@code Class} object associated with the class or
>> 426:      * interface with the given string name, using the given class loader.
> 
> Should we update the summary to `... associated with the class or interface or array with the given string name...`

I want to keep it as is.  The first paragraph talks about a class or interface and the other paragraphs talk about array classes, primitive types and hidden classes.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14528#discussion_r1238792840


More information about the core-libs-dev mailing list