DevBoost / JaMoPP

JaMoPP can parse Java source and byte code into EMF-based models and vice versa. It preserves source formatting and can be used for code analysis and refactoring.
17 stars 18 forks source link

Bcel update #33

Closed Adomat closed 5 years ago

Adomat commented 6 years ago

Updated BCEL Library to a newer version in order to parse latest Java class files.

mirkoseifert commented 6 years ago

Previously we used the package name org.apache.bcel.5_2_0 instead of the original package name to avoid conflicts with other plug-ins that use Apache BCEL. I think there was even a concrete example for such a conflict, but I can't remember which plug-in it was.

@Adomat can you please rename the BCEL packages to 'org.apache.bcel.WHATEVER_VERSION_IT_IS'? Thanks!