Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing bcel-builder - complete | Andy Clement | 2019-01-24 | 1 | -771/+0 |
| | |||||
* | Bug#531694: generate more optional thisJoinPoint construction code | Andy Clement | 2018-03-09 | 1 | -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 Clement | 2017-09-26 | 1 | -2/+7 |
| | | | | methods | ||||
* | invokedynamic support in bcel | Andy Clement | 2012-03-19 | 1 | -0/+4 |
| | |||||
* | 323438 | aclement | 2010-08-23 | 1 | -561/+697 |
| | |||||
* | refactoring | aclement | 2009-09-10 | 1 | -2/+3 |
| | |||||
* | no longer serializable and removed unused code | aclement | 2008-08-28 | 1 | -24/+2 |
| | |||||
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 1 | -281/+302 |
| | |||||
* | Bit of missing support... | aclement | 2005-01-31 | 1 | -1/+3 |
| | |||||
* | BCEL Java5 Support | aclement | 2004-11-19 | 1 | -1/+1 |
| | |||||
* | Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵ | aclement | 2004-11-18 | 1 | -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. |