[antlr-interest] Consequence of Bug ANTLR-413 in GUnit
Terence Parr
parrt at cs.usfca.edu
Mon Jan 4 16:32:35 PST 2010
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
More information about the antlr-interest
mailing list