JDK-8039096 : Fix raw and unchecked lint warnings in jdk libraries
  • Type: Task
  • Component: client-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Other
  • Submitted: 2014-04-02
  • Updated: 2017-04-14
  • Resolved: 2014-08-01
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 9
9Resolved
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8033525 :  
JDK-8033624 :  
JDK-8033716 :  
JDK-8034998 :  
JDK-8035487 :  
JDK-8038644 :  
JDK-8039109 :  
JDK-8039342 :  
JDK-8042256 :  
JDK-8042849 :  
JDK-8042860 :  
JDK-8042861 :  
JDK-8042864 :  
JDK-8042870 :  
JDK-8042871 :  
JDK-8042872 :  
JDK-8043548 :  
JDK-8043549 :  
JDK-8043550 :  
JDK-8044396 :  
JDK-8044551 :  
JDK-8044553 :  
JDK-8044858 :  
JDK-8044861 :  
JDK-8044862 :  
JDK-8044865 :  
JDK-8044866 :  
JDK-8044867 :  
JDK-8046044 :  
JDK-8047025 :  
JDK-8047027 :  
JDK-8048022 :  
JDK-8048980 :  
JDK-8049736 :  
JDK-8049794 :  
JDK-8049797 :  
JDK-8049820 :  
JDK-8049821 :  
JDK-8050798 :  
JDK-8050953 :  
JDK-8054050 :  
Description
The code in the jdk repository should be clared of raw and unchecked warnings.
Comments
All subtasks fixed and the warning enabled.
01-08-2014

For work in this area, beside checking for the raw and unchecked lint warning, the cast warning should also be enabled since generifying code can turn casts redundant. Redundant casts are already turned on in the jdk build.
02-04-2014