-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b51
-
sparc
-
solaris_9
The DeclaredType.getActualTypeArguments() method returns
Collection<TypeMirror>. It should return the more specific
Collection<ReferenceType>, since a type argument cannot be a
primitive type.
Collection<TypeMirror>. It should return the more specific
Collection<ReferenceType>, since a type argument cannot be a
primitive type.