aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-241-158/+0
|
* refactoringaclement2009-09-151-3/+3
|
* refactoringaclement2009-09-141-21/+9
|
* refactoringaclement2009-09-091-14/+16
|
* Java5 upgradesaclement2009-09-091-4/+4
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-85/+105
|
* Fix some stuff that Wes pointed out: addEmptyConstructor() in ClassGen has ↵aclement2004-11-221-5/+4
| | | | always been broken and the src.zip for BCEL that was generated included test imports.
* BCEL Java5 Supportaclement2004-11-191-2/+16
|
* Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵aclement2004-11-181-0/+135
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.