-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b66
-
generic
-
generic
The javadoc for the two methods in java.lang.Class getGenericSuperclass and getGenericInterfaces are missing links to the two exceptions types
GenericSignatureFormatError
MalformedParameterizedTypeException
These methods are in the java.lang.reflect package and those types either need to be imported or those names fully qualified to geet the link to generate properly.
GenericSignatureFormatError
MalformedParameterizedTypeException
These methods are in the java.lang.reflect package and those types either need to be imported or those names fully qualified to geet the link to generate properly.
- relates to
-
JDK-4891872 (reflect) Extend reflection to support generics, metadata and JSR201 features
-
- Resolved
-