Le 3/06/2016 à 11:13, sebb a écrit : > I found the Clirr report I did on BCEL: > > http://home.apache.org/~sebb/BCEL/clirr-report.html > > This compares BCEL trunk with 5.2. > [The 5.2 code was shaded to align the package names.] > > As can be seen, the main changes are additions to the Visitor interface.
Nobody implements directly the Visitor interface, that's insane there are too many methods. Users extend the EmptyVisitor class instead. My position is that it's safe to add the methods. If we can't agree on that I'd prefer switching to Java 8 with default methods. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org