Re: [BCEL] Binary compatibility - approaches to solving the interface changes

2016-06-03 Thread Emmanuel Bourg
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

[BCEL] Binary compatibility - approaches to solving the interface changes

2016-06-03 Thread sebb
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. There are several approaches to fix this: