aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/generic/FieldOrMethod.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-241-133/+0
|
* call jps and indyAndy Clement2012-03-191-1/+1
|
* invokedynamic support in bcelAndy Clement2012-03-191-2/+4
|
* optimizationaclement2009-10-051-15/+4
|
* refactoringaclement2009-09-101-62/+70
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-27/+18
|
* optimization: cache infoaclement2006-02-221-15/+36
|
* allow for references to descriptors when class_info structures refer to ↵aclement2005-09-191-2/+4
| | | | arrays. (pr109728)
* Fix some stuff that Wes pointed out: addEmptyConstructor() in ClassGen has ↵aclement2004-11-221-2/+1
| | | | always been broken and the src.zip for BCEL that was generated included test imports.
* BCEL Java5 Supportaclement2004-11-191-2/+6
|
* Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵aclement2004-11-181-0/+117
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.