JDK-6332022 : Update JSR 269 to Early Draft v0.39
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 5.0,6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-10-03
  • Updated: 2017-05-16
  • Resolved: 2005-10-19
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 6
6 b57Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
Update JSR 269 to current draft, changes include:

* SourceVersion has methods to detect both simple names (e.g. "foo") and qualified names (e.g. "foo.bar")

* The package docs for the modeling classes state clients should not expect to be able to modify the collections returned by the methods in the hierarchies.

* The utility visitor classes have been restructured.  Generally, the revised forms are more flexible and should allow for more compact code in subclasses.  All the methods in the kind-visitors obey the usual method naming conventions (no underscores).

* The most fundamental change is having the methods in the modeling and processing interface hierarchies which return collections (Lists and Sets) use wildcards; e.g. List<? extends Element> instead of List<Element>.

Comments
EVALUATION Should be incorporated before Mustang beta.
03-10-2005