-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: tools
-
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.