JDK-6307487 : Please add lint warning for use of raw types
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-08-08
  • Updated: 2010-04-06
  • Resolved: 2009-08-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Relates :  
Description
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();