Relates :
|
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.
|