-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b01
The method SecurityManger.getClassContext is declared to return a raw Class[] rather than Class<?>[] or some more specific types.
Raw types should not be used for return types in core classes.
Raw types should not be used for return types in core classes.
- csr of
-
CCC-8027063 SecurityManger.getClassContext returns a raw type
- Closed
- relates to
-
JDK-8027062 Fix lint and doclint issues in java.lang.{ClassLoader, ClassValue, SecurityManager}
- Closed