-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0
-
Component/s: tools
-
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
-