-
Bug
-
Resolution: Fixed
-
P4
-
7
-
Verified
Unchecked conversion is defined for one-dimensional array types:
List[] -> List<String>[]
But not for multi-dimensional array types:
List[][] -> List<String>[][]
Presumably, this is simply an oversight.
javac (versions 6 through 8) supports both examples.
List[] -> List<String>[]
But not for multi-dimensional array types:
List[][] -> List<String>[][]
Presumably, this is simply an oversight.
javac (versions 6 through 8) supports both examples.
- relates to
-
JDK-6508599 5.1.9: No unchecked conversion for array types
-
- Closed
-