-
Bug
-
Resolution: Fixed
-
P4
-
20
-
None
-
b10
-
generic
-
generic
The inheritance tree at the top of the type documentation page shows generic supertypes in the context of the local type. For instance, if a class extends java.util.HashSet<R> or java.util.HashSet<String>, R or String should be used in all generic collection superclasses of HashSet respectively.
Currently, only the direct superclass shows the correct type parameter or argument, as can be seen here:
https://docs.oracle.com/en/java/javase/19/docs/api/java.desktop/javax/print/attribute/standard/JobStateReasons.html
Currently, only the direct superclass shows the correct type parameter or argument, as can be seen here:
https://docs.oracle.com/en/java/javase/19/docs/api/java.desktop/javax/print/attribute/standard/JobStateReasons.html