aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/generic/InstructionFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-241-771/+0
|
* Bug#531694: generate more optional thisJoinPoint construction codeAndy Clement2018-03-091-0/+1
| | | | | | | This commit introduces some new methods into the runtime Factory class and modifies code generation to use them (and to use the form of the LDC bytecode that loads class constants).
* Ensure interfacemethodref can be built for invokestatic calls on interface ↵Andy Clement2017-09-261-2/+7
| | | | methods
* invokedynamic support in bcelAndy Clement2012-03-191-0/+4
|
* 323438aclement2010-08-231-561/+697
|
* refactoringaclement2009-09-101-2/+3
|
* no longer serializable and removed unused codeaclement2008-08-281-24/+2
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-281/+302
|
* Bit of missing support...aclement2005-01-311-1/+3
|
* BCEL Java5 Supportaclement2004-11-191-1/+1
|
* Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵aclement2004-11-181-0/+623
frequently than we import new versions of BCEL into AspectJ - so it makes sense to make that patching process easier than the importing process. Also the Java5 support would result in an unwieldy patch.txt file. The ANT targets in build.xml will still enable transformation of the packaging from org.aspectj.apache to org.apache for diffing with a new BCEL version, should one ever appear.