Details
-
Bug
-
Resolution: Fixed
-
P4
-
1.2.1, 5.0
-
b108
-
generic
-
generic, solaris_8
-
Verified
Description
According to JLS 10.7, every array type has a public field named "length".
Yet Class.getField() doesn't ever return that field, as it is required to
do so by its specification.
Yet Class.getField() doesn't ever return that field, as it is required to
do so by its specification.
Attachments
Issue Links
- relates to
-
JDK-4987375 (reflect) Class.get{Declared}Method{s} does not return clone() for array types
- Closed