JDK-8007344 : javac may not make tree end positions and/or doc comments available to processors and listeners
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-02-01
  • Updated: 2014-02-18
  • Resolved: 2013-02-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 8
8 b77Fixed
Related Reports
Relates :  
Relates :  
Description
Tree end positions are not made available to annotation processors
-- needDocComments is set true but not genEndPos

Neither tree end positions nor doc comments are made available to task listeners when invoked via Compiler API
--  neither needDocComments nor genEndPos are set

Comments
Comment about anno-processors is incorrect, but note JDK-8007350 . Still need to ensure that genEndPos and keepComments are set when taskListeners are present
01-02-2013