-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
5.0
-
generic
-
solaris_8
My understanding is that arrays can no longer be of a parameterised type. i.e. you can have T[] but not Collection<String>[], yet java.lang.reflect.GenericArrayType is described as "an array type whose component type is either a parameterized type or a type variable."