Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing bcel-builder - complete | Andy Clement | 2019-01-24 | 30 | -5050/+0 |
| | |||||
* | Add missing cases to bcel constantToString | Andy Clement | 2018-02-07 | 2 | -0/+55 |
| | |||||
* | Moved to package | Andy Clement | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | rebuilt internal dependencies | Andy Clement | 2017-10-20 | 1 | -0/+0 |
| | |||||
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 1 | -1/+1 |
|\ | |||||
| * | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 1 | -1/+1 |
| | | |||||
| * | 464749: Fix, remove Play class | Andy Clement | 2015-04-20 | 1 | -79/+0 |
| | | |||||
* | | Upgrading bcel to latest J9 attributes | Andy Clement | 2017-09-20 | 1 | -21/+28 |
| | | |||||
* | | [j9] Basic read/write of Module attribute | Andy Clement | 2016-06-06 | 2 | -3/+140 |
| | | |||||
* | | Cope with Java9 b74 changes | Andy Clement | 2015-08-01 | 3 | -11/+36 |
| | | | | | | | | | | | | The jimage file format changed slightly, introducing an extra level of nesting. These changes support that new structure (b74). | ||||
* | | very early java9 support - can resolve classes in jimages | Andy Clement | 2015-03-04 | 1 | -5/+10 |
|/ | |||||
* | More java8 support files | Andy Clement | 2013-05-24 | 1 | -0/+86 |
| | |||||
* | Java8 support: methodparameters, typeannotations | Andy Clement | 2013-05-24 | 2 | -12/+377 |
| | | | | Can read/write MethodParameters attribute. Can read/write type annotation attributes. | ||||
* | utility class for dumping class files | Andy Clement | 2013-04-25 | 1 | -0/+79 |
| | |||||
* | missing impl for annotation value handling, time to fill it in | aclement | 2011-11-17 | 1 | -110/+112 |
| | |||||
* | refactoring | aclement | 2009-09-15 | 11 | -160/+160 |
| | |||||
* | refactoring | aclement | 2009-09-14 | 2 | -295/+254 |
| | |||||
* | refactoring | aclement | 2009-09-10 | 1 | -3/+3 |
| | |||||
* | refactoring | aclement | 2009-09-10 | 2 | -43/+37 |
| | |||||
* | refactoring | aclement | 2009-09-09 | 1 | -107/+99 |
| | |||||
* | Java5 upgrades | aclement | 2009-09-09 | 11 | -64/+65 |
| | |||||
* | 281654: concurrency problem | aclement | 2009-09-04 | 2 | -15/+152 |
| | |||||
* | 246125: promoted generic sig parsing code to util | aclement | 2008-10-20 | 1 | -277/+0 |
| | |||||
* | organized imports | aclement | 2008-06-03 | 1 | -1/+0 |
| | |||||
* | organized imports | aclement | 2008-05-30 | 1 | -4/+3 |
| | |||||
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 17 | -257/+832 |
| | |||||
* | useful class i keep rewriting! | aclement | 2007-12-18 | 1 | -0/+21 |
| | |||||
* | repairing HEAD | aclement | 2007-02-15 | 13 | -201/+223 |
| | |||||
* | is this going into the branch?!?! | aclement | 2007-02-15 | 13 | -223/+201 |
| | |||||
* | some updates to ClassLoaderRepository - tested by RontimeWeaving | aclement | 2006-08-21 | 1 | -8/+30 |
| | |||||
* | 152979: shared cache in the repositorypre_pr_153572 | aclement | 2006-08-08 | 2 | -0/+68 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 21 | -42/+42 |
| | |||||
* | Bugette: annotation value of primitive type 'char' wasnt working ! | aclement | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | updates to bcel to support isNested test on JavaClass | acolyer | 2005-12-02 | 1 | -1/+4 |
| | |||||
* | add support and tests for isAnonymous in JavaClass | acolyer | 2005-11-04 | 2 | -0/+58 |
| | |||||
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 1 | -0/+61 |
| | |||||
* | fixed an unneccessary 1.5 dependency that had crept into the test code. | acolyer | 2005-09-08 | 1 | -1/+1 |
| | |||||
* | fix for pr107784, failure to parse an array of a primitive type when used as ↵ | acolyer | 2005-08-24 | 1 | -0/+6 |
| | | | | a type variable | ||||
* | better error messages when failing to unpack a generic signature | acolyer | 2005-08-24 | 1 | -0/+9 |
| | |||||
* | added test for broken primitive case | acolyer | 2005-07-08 | 1 | -0/+7 |
| | |||||
* | copyright statement | acolyer | 2005-07-08 | 1 | -2/+12 |
| | |||||
* | signature parsing for methods and fields now complete also | acolyer | 2005-07-01 | 1 | -0/+91 |
| | |||||
* | updates to Signature parsing for generics | acolyer | 2005-07-01 | 1 | -0/+154 |
| | |||||
* | Updated with a simple erasure test case - will need more later! | aclement | 2005-06-14 | 2 | -0/+51 |
| | |||||
* | Upgraded BCEL annotation support - can now get an immutable form of ↵ | aclement | 2005-06-08 | 2 | -2/+2 |
| | | | | annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files. | ||||
* | GenericsWork: testcode for verifying signature parsing is behaving. work in ↵ | aclement | 2005-06-01 | 2 | -2/+197 |
| | | | | progress. | ||||
* | test case for fix bug in bcel RIV annotations (impacted declare anno I think) | avasseur | 2005-04-25 | 1 | -1/+66 |
| | |||||
* | Declare annotation: tests changed due to constant pool copying change for ↵ | aclement | 2005-03-10 | 4 | -3/+63 |
| | | | | annotation support. also tests removal of the static state from Utility/Type | ||||
* | This fix for 'c' values in annotations has been verified by Pepe. ↵ | aclement | 2005-01-24 | 1 | -0/+11 |
| | | | | Committing source changes and testcase. | ||||
* | Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks ↵ | aclement | 2004-12-09 | 3 | -1/+36 |
| | | | | invis annotations on classgens correctly. |