aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/classfile/StackMap.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-241-190/+0
|
* allow reflection world to resolve generated types (e.g. lambdas)Andy Clement2015-06-081-1/+1
| | | | | | | 1.8.6 release prep 1.8.6 pom updates Fix rogue chars in javadoc rebuilt with javadoc fixes
* refactoringaclement2009-09-151-124/+129
|
* refactoringaclement2009-09-101-2/+2
|
* remove unnecessaryaclement2008-08-261-2/+2
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-3/+3
|
* BCEL Java5 Supportaclement2004-11-191-1/+1
|
* Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵aclement2004-11-181-0/+185
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.