Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6207988
Votes 0
Synopsis Missing tree node in Tree.Visitor?
Category java:compiler
Reported Against
Release Fixed 7(b03)
State 10-Fix Delivered, bug
Priority: 5-Very Low
Related Bugs 6338064
Submit Date 14-DEC-2004
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.

  xxxxx@xxxxx   2004-12-14 00:58:52 GMT
Work Around
N/A
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().
Posted Date : 2005-12-02 04:49:56.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang