Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing bcel-builder - complete | Andy Clement | 2019-01-24 | 18 | -2077/+0 |
| | |||||
* | Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully read | Andy Clement | 2016-02-18 | 3 | -3/+3 |
| | |||||
* | Fix 487694: Race condition in annotation unpacking can surface through ↵ | Andy Clement | 2016-02-11 | 2 | -8/+21 |
| | | | | Spring AOP | ||||
* | Fix 440983: RuntimeInvisTypeAnnotation unpacking | Andy Clement | 2014-08-06 | 2 | -10/+1 |
| | |||||
* | More java8 support files | Andy Clement | 2013-05-24 | 4 | -0/+591 |
| | |||||
* | Java8 support: methodparameters, typeannotations | Andy Clement | 2013-05-24 | 8 | -9/+78 |
| | | | | Can read/write MethodParameters attribute. Can read/write type annotation attributes. | ||||
* | missing impl for annotation value handling, time to fill it in | aclement | 2011-11-17 | 1 | -1/+19 |
| | |||||
* | 278496: toString modifications for expected output testing | aclement | 2010-08-03 | 1 | -2/+2 |
| | |||||
* | 278496: toString modifications for expected output testing | aclement | 2010-08-03 | 2 | -14/+83 |
| | |||||
* | refactoring | aclement | 2009-09-15 | 17 | -409/+380 |
| | |||||
* | refactoring | aclement | 2009-09-15 | 1 | -6/+0 |
| | |||||
* | refactoring | aclement | 2009-09-10 | 5 | -126/+129 |
| | |||||
* | refactoring | aclement | 2009-09-10 | 3 | -335/+331 |
| | |||||
* | Java5 upgrades | aclement | 2009-09-09 | 3 | -24/+24 |
| | |||||
* | cope with someone asking the wrong question | aclement | 2008-09-29 | 1 | -0/+8 |
| | |||||
* | unnecessary code removed | aclement | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | remove unnecessary cast | aclement | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 21 | -726/+1002 |
| | |||||
* | repair the stupid damage | aclement | 2008-04-25 | 8 | -0/+737 |
| | |||||
* | up to date with 1.6.0 | aclement | 2008-04-25 | 8 | -737/+0 |
| | |||||
* | annoValMatch: able to ask annotation about its values and their settings | aclement | 2008-02-25 | 2 | -2/+34 |
| | |||||
* | repairing HEADREFACTORING_BRANCH_TAG | aclement | 2007-02-15 | 8 | -0/+705 |
| | |||||
* | major refactoring - writeup to follow... | aclement | 2007-02-12 | 8 | -705/+0 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 8 | -16/+16 |
| | |||||
* | Bugette: annotation value of primitive type 'char' wasnt working ! | aclement | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | fixing the unfixable: 117882 incremental dec @type | aclement | 2005-12-02 | 1 | -2/+2 |
| | |||||
* | Upgraded BCEL annotation support - can now get an immutable form of ↵ | aclement | 2005-06-08 | 4 | -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. ↵ | aclement | 2005-04-22 | 2 | -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 ↵ | aclement | 2005-04-22 | 1 | -1/+1 |
| | | | | impacting nothing as far as I could tell - but needed fixing! | ||||
* | More accessors for the different types of value. | aclement | 2005-02-26 | 1 | -0/+50 |
| | |||||
* | Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks ↵ | aclement | 2004-12-09 | 1 | -2/+1 |
| | | | | invis annotations on classgens correctly. | ||||
* | BCEL Java5 Support | aclement | 2004-11-19 | 14 | -0/+992 |