I have a strange problem with Eclipse Galileo. I set Java 1.6 as my JRE. On this line of code
List templates = new ArrayList ();
I see
use "import java.util.List"
instead of default import "import antlr.collections.List;"
and use the JRE5 or above for generic support of collection API....