Integrated: JDK-8281671: Class.getCanonicalName spec should explicitly cover array classes

Joe Darcy darcy at openjdk.java.net
Wed Feb 16 22:06:11 UTC 2022


On Tue, 15 Feb 2022 22:23:36 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Add explicit discussion of array types to Class.getCanonicalName, no change in behavior.
> 
> I didn't see any existing regression tests for the various "getFooName" methods of Class so I created a new test file for a handful of test cases.
> 
> Please also review the corresponding CSR: https://bugs.openjdk.java.net/browse/JDK-8281922

This pull request has now been integrated.

Changeset: 5ec7898d
Author:    Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/5ec7898dbf1ebe261e5e25939cad42134611ff12
Stats:     111 lines in 2 files changed: 111 ins; 0 del; 0 mod

8281671: Class.getCanonicalName spec should explicitly cover array classes

Reviewed-by: mchung

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

PR: https://git.openjdk.java.net/jdk/pull/7483


More information about the core-libs-dev mailing list