[stringtemplate-interest] [ST4 Beta-2] System.out.println in Interpreter#setDefaultArguments
Udo Borkowski
ub at abego-software.de
Wed Jan 26 00:33:18 PST 2011
Hi,
in Interpreter#setDefaultArguments there is a println statement:
System.out.println("setting def arg "+arg.name+" to "+defaultArgST);
I assume this should not be included in the final release as this generates output to the console whenever a template with default parameter value is used and no parameter value is provided.
E.g.:
---------------
t(x="default") ::= <<
«x»
>>
main() ::= <<
«t()»
>>
---------------
Udo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20110126/969f0cdc/attachment.html
More information about the stringtemplate-interest
mailing list