aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/util/SyntheticRepository.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-241-195/+0
|
* Java5 upgradesaclement2009-09-091-134/+124
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-1/+1
|
* PipeliningFeature146781:Some AjBcel changes to reduce amount of garbage ↵aclement2006-07-191-2/+3
| | | | created during weaving.
* Fix some stuff that Wes pointed out: addEmptyConstructor() in ClassGen has ↵aclement2004-11-221-5/+3
| | | | always been broken and the src.zip for BCEL that was generated included test imports.
* BCEL Java5 Supportaclement2004-11-191-3/+5
|
* Some enhancements discovered whilst working on bugzilla bug 78954: Compiler ↵aclement2004-11-181-2/+2
| | | | cannot cope with 4000 jars on the classpath. These enhancements cause things to be done 'lazily' in BCEL.
* Imports organized.aclement2004-11-181-5/+5
|
* Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵aclement2004-11-181-0/+204
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.