JDK-6983239 : TreeScanner does not scan default value for method
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-09-08
  • Updated: 2013-07-31
  • Resolved: 2011-05-17
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 b112Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
com.sun.source.util.TreeScanner does not scan default value for methods.

Comments
EVALUATION It also does not scan the annotations or dimAnnotations on a NewArrayClass, because those methods are missing (sigh.) JDK-6983297
31-07-2013