fixed. :)
It will go out in next release. thanks, Kaleb.
Ter
On Dec 31, 2009, at 2:45 PM, Kaleb Pederson wrote:

> I just got around to debugging an issue in GUnit's tree walking capabilities 
> only to find that it's caused by a bug I reported previously: 
> 
> ANTLR-413.
> 
> The failure of the CommonTreeNodeStream to pass in the adaptor to the tree 
> iterator results in numerous ClassCastException's being thrown in GUnit's 
> tree walking tests.
> 
> Since the fix is:
> 
> -    it = new TreeIterator(root);
> +    it = new TreeIterator(adaptor, root);
> 
> in CommonTreeNodeStream.java... I hope it can be fixed for the next release 
> :).
> 
> Thanks.
> 
> --
> Kaleb Pederson
> 
> Blog - http://kalebpederson.com
> Twitter - http://twitter.com/kalebpederson
> 
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: 
> http://www.antlr.org/mailman/options/antlr-interest/your-email-address


List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

--

You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.


Reply via email to