public void setUp() throws Exception {
System.out.println("setUp");
ErrorManager.resetErrorState();
// force reset of static caches
new StringTemplateGroup("") {
{
StringTemplateGroup.nameToGroupMap =
Collections.synchronizedMap(new HashMap());
StringTemplateGroup.nameToInterfaceMap =
Collections.synchronizedMap(new HashMap());
}
};
StringTemplate.resetTemplateCounter();
StringTemplate.defaultGroup = new
StringTemplateGroup("defaultGroup", ".");
}
i'm resetting everything I can think of. still hosed.
ter
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org:8080/mailman/listinfo/antlr-dev