aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-2418-2077/+0
|
* Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully readAndy Clement2016-02-183-3/+3
|
* Fix 487694: Race condition in annotation unpacking can surface through ↵Andy Clement2016-02-112-8/+21
| | | | Spring AOP
* Fix 440983: RuntimeInvisTypeAnnotation unpackingAndy Clement2014-08-062-10/+1
|
* More java8 support filesAndy Clement2013-05-244-0/+591
|
* Java8 support: methodparameters, typeannotationsAndy Clement2013-05-248-9/+78
| | | | Can read/write MethodParameters attribute. Can read/write type annotation attributes.
* missing impl for annotation value handling, time to fill it inaclement2011-11-171-1/+19
|
* 278496: toString modifications for expected output testingaclement2010-08-031-2/+2
|
* 278496: toString modifications for expected output testingaclement2010-08-032-14/+83
|
* refactoringaclement2009-09-1517-409/+380
|
* refactoringaclement2009-09-151-6/+0
|
* refactoringaclement2009-09-105-126/+129
|
* refactoringaclement2009-09-103-335/+331
|
* Java5 upgradesaclement2009-09-093-24/+24
|
* cope with someone asking the wrong questionaclement2008-09-291-0/+8
|
* unnecessary code removedaclement2008-08-271-1/+1
|
* remove unnecessary castaclement2008-08-261-1/+1
|
* 231396: Comment #4: Big Refactoringaclement2008-05-2821-726/+1002
|
* repair the stupid damageaclement2008-04-258-0/+737
|
* up to date with 1.6.0aclement2008-04-258-737/+0
|
* annoValMatch: able to ask annotation about its values and their settingsaclement2008-02-252-2/+34
|
* repairing HEADREFACTORING_BRANCH_TAGaclement2007-02-158-0/+705
|
* major refactoring - writeup to follow...aclement2007-02-128-705/+0
|
* update license to EPLacolyer2006-06-018-16/+16
|
* Bugette: annotation value of primitive type 'char' wasnt working !aclement2006-02-141-1/+1
|
* fixing the unfixable: 117882 incremental dec @typeaclement2005-12-021-2/+2
|
* Upgraded BCEL annotation support - can now get an immutable form of ↵aclement2005-06-084-4/+9
| | | | annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files.
* Changed runtime invis param attrs to always be invis as discovered by Alex. ↵aclement2005-04-222-2/+2
| | | | Was impacting nothing as far as I could tell - but needed fixing!
* Changed runtime invis attrs to always be invis as discovered by Alex. Was ↵aclement2005-04-221-1/+1
| | | | impacting nothing as far as I could tell - but needed fixing!
* More accessors for the different types of value.aclement2005-02-261-0/+50
|
* Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks ↵aclement2004-12-091-2/+1
| | | | invis annotations on classgens correctly.
* BCEL Java5 Supportaclement2004-11-1914-0/+992