JDK-6918127 : improve handling of TypeAnnotationPosition fields
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-01-19
  • Updated: 2014-09-29
  • Resolved: 2012-01-18
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 7
7 b84Fixed
Related Reports
Duplicate :  
Description
improve handling of type annotations position fields
 - local variable info (offset, length, index) arrays should be first
   initialized to null, and only get initialized if needed
 - initialize some other fields to obvious invalid values
   (MIN_VALUE), to help in debugging

Comments
EVALUATION Yes, provides safer handling of arrays.
19-01-2010