-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b51
-
generic
-
generic
Various classes in java.lang.reflect have been updated in Tiger with "generic" versions of existing methods to provide generic and non-generic views of their type information; e.g. getGenericExceptionTypes, getGenericParameterTypes, etc. However, the toString methods of these classes still only print out non-generic type information about the objects. A toGenericString method would allow a more accurate representation of the type to be displayed.
- relates to
-
JDK-5038685 javac appears to omit throws portion of generic signature attribute
-
- Resolved
-
-
JDK-6376382 (reflect) Confusing output for ParameterizedTypeImpl.toString() with nested class parameter
-
- Closed
-
-
JDK-6470106 (reflect) Method.toGenericString() needs to be be updated to handle varargs
-
- Closed
-
-
JDK-6298888 Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type
-
- Closed
-
-
JDK-8235369 Class.toGenericString need to be updated for records
-
- Resolved
-