-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b10
-
unknown
-
generic
-
Verified
This code:
class Test<X> {
{ new Object() {
Test x;
}; }
}
should generate a warning when compiled with the -Xlint:rawtypes flag, but it doesn't.
class Test<X> {
{ new Object() {
Test x;
}; }
}
should generate a warning when compiled with the -Xlint:rawtypes flag, but it doesn't.
- relates to
-
JDK-6747671 -Xlint:rawtypes
-
- Closed
-
-
JDK-6885255 Improve usability of raw warnings
-
- Closed
-