JDK-8193194 : Update javax.lang.model.util visitors for 10
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-12-07
  • Updated: 2024-04-16
  • Resolved: 2017-12-08
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 10
10 b36Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Description
The javax.lang.model API was introduced in JDK 6 via JSR 269. In JDK 7, 8, and 9 new sets of concrete visitors were added in the javax.lang.model.util package. In JDKs 7, 8, and 9, there were new language changes that required new modeling constructs. There are no such changes in JDK 10. Therefore, a new set of visitors will not be added for JDK 10. However, some minor updates to the JDK 9 visitors should be made to indicate they cover both JDK 9 and JDK 10 constructs.
Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/584a3ba42176 User: darcy Date: 2017-12-08 19:09:36 +0000
08-12-2017

Review thread: http://mail.openjdk.java.net/pipermail/compiler-dev/2017-December/011408.html
07-12-2017