JDK-8051482 : Fix deprecation warnings in javax.lang.model.util
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-07-21
  • Updated: 2017-01-12
  • Resolved: 2014-07-21
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
9 b25Fixed
Related Reports
Relates :  
Relates :  
Description
As part of fixing JDK-8050430, the Java SE 6 era utility visitors were deprecated. As a consequence, the 7-era visitors which extend the 6-era visitors have deprecation warnings. These warnings are spurious and should be suppressed.
Comments
Review thread: http://mail.openjdk.java.net/pipermail/compiler-dev/2014-July/008886.html
21-07-2014