Hi all, I currently try to use parsers generated by Tatoo (http://tatoo.univ-mlv.fr/) as front-end of javac. Browing the class com.sun.tools.javac.util.List I've seen that subList() is not correctly implemented, subList() requires that the returned subList is a view. Rémi