-
Enhancement
-
Resolution: Duplicate
-
P2
-
5.0
-
generic
-
generic
Javac should have a lint warning for uses of raw types
which should be enabled by default in dolphin when using
source level corresponding to Dolphin (-source 7?)
For example, this should cause a warning:
new java.util.ArrayList();
which should be enabled by default in dolphin when using
source level corresponding to Dolphin (-source 7?)
For example, this should cause a warning:
new java.util.ArrayList();
- duplicates
-
JDK-6747671 -Xlint:rawtypes
-
- Closed
-
- relates to
-
JDK-6228028 Issue a lint warning when a raw class implements a generic
-
- Closed
-