summaryrefslogtreecommitdiffstats
path: root/bcel-builder/bcel.jar
Commit message (Collapse)AuthorAgeFilesLines
* Fix 487694: Race condition in annotation unpacking can surface through ↵Andy Clement2016-02-111-0/+0
| | | | Spring AOP
* Add option not to generate local variable tables in some scenariosAndy Clement2015-08-101-0/+0
New Xset option generateNewLocalVariableTables defaults to true but can be set to false. In some situations incoming bytecode for weaving doesn't want them adding (e.g. android situations where the bytecode is a bit funky). Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470658