JDK-6207988 : Missing tree node in Tree.Visitor?
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 6
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-12-14
  • Updated: 2011-05-17
  • 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 b03Fixed
Related Reports
Relates :  
Description
I don't know if this is a bug or intentional, but in updating my visitor 
implementations I found that Tree.Visitor, TreeScanner, Pretty, and 
TreeTranslator don't have a method to support TypeBoundKind.  Shouldn't 
they?  This node was added very late in the release, so maybe Neal 
missed adding support for them.

###@###.### 2004-12-14 00:58:52 GMT

Comments
EVALUATION This seems to be an oversight that is easy to correct. This doesn't affect the tree API as the wildcard kind can be determined with Tree.getKind().
02-12-2005