[stringtemplate-interest] Possible bug in AutoIndentWriter.pushAnchorPoint

Terence Parr parrt at cs.usfca.edu
Thu Oct 16 11:08:21 PDT 2008


Possibly...i'll look.
Ter
On Oct 13, 2008, at 1:13 PM, Sam Harwell wrote:

> Should the following line in AutoIndentWriter.pushAnchorPoint:
>
> System.arraycopy(anchors, 0, a, 0, anchors.length-1);
>
> Be this?
>
> System.arraycopy(anchors, 0, a, 0, anchors.length);
>
> Sam
> _______________________________________________
> stringtemplate-interest mailing list
> stringtemplate-interest at antlr.org
> http://www.antlr.org:8080/mailman/listinfo/stringtemplate-interest



More information about the stringtemplate-interest mailing list