com.sun.tools.javac.util.List.subList() doesn't return a view.

Rémi Forax forax at univ-mlv.fr
Sun Nov 30 08:37:38 PST 2008


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



More information about the compiler-dev mailing list