JDK-6441355 : Incorporate JSR 269 public draft typo fixes
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-06-21
  • Updated: 2010-04-02
  • Resolved: 2006-07-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 6
6 b91Fixed
Related Reports
Relates :  
Description
The JSR 269 public draft has a few typo corrections not in the JDK version of specification; the JDK version should get these changes too.

Comments
SUGGESTED FIX src/share/classes/javax/lang/model/element>sccs sccsdiff -r1.4 -r1.5 AnnotationValueVisitor.java ------- AnnotationValueVisitor.java ------- 19c19 < * which dispatches based on the concrete type of an member of a type --- > * which dispatches based on the concrete type of a member of a type src/share/classes/javax/lang/model/util>sccs sccsdiff -r1.4 -r1.5 Types.java ------- Types.java ------- 190,192c190,191 < * Returns a new wildcard type argument. < * Either of the wildcards's bounds may be < * specified, or neither, but not both. --- > * Returns a new wildcard type argument. Either of the wildcard's > * bounds may be specified, or neither, but not both.
21-06-2006

EVALUATION Should be fixed.
21-06-2006