-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
b26
-
generic
-
solaris_8
For a variable
X x;
the type of
x.getClass()
is
java.lang.Class<? extends X>
but javac currently treats the type as simply raw Class.
X x;
the type of
x.getClass()
is
java.lang.Class<? extends X>
but javac currently treats the type as simply raw Class.
- relates to
-
JDK-4900415 The clone method on arrays should be strongly typed
- Resolved