aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/testsrc
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-2430-5050/+0
|
* Add missing cases to bcel constantToStringAndy Clement2018-02-072-0/+55
|
* Moved to packageAndy Clement2017-10-201-2/+2
|
* rebuilt internal dependenciesAndy Clement2017-10-201-0/+0
|
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-211-1/+1
|\
| * Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-181-1/+1
| |
| * 464749: Fix, remove Play classAndy Clement2015-04-201-79/+0
| |
* | Upgrading bcel to latest J9 attributesAndy Clement2017-09-201-21/+28
| |
* | [j9] Basic read/write of Module attributeAndy Clement2016-06-062-3/+140
| |
* | Cope with Java9 b74 changesAndy Clement2015-08-013-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 jimagesAndy Clement2015-03-041-5/+10
|/
* More java8 support filesAndy Clement2013-05-241-0/+86
|
* Java8 support: methodparameters, typeannotationsAndy Clement2013-05-242-12/+377
| | | | Can read/write MethodParameters attribute. Can read/write type annotation attributes.
* utility class for dumping class filesAndy Clement2013-04-251-0/+79
|
* missing impl for annotation value handling, time to fill it inaclement2011-11-171-110/+112
|
* refactoringaclement2009-09-1511-160/+160
|
* refactoringaclement2009-09-142-295/+254
|
* refactoringaclement2009-09-101-3/+3
|
* refactoringaclement2009-09-102-43/+37
|
* refactoringaclement2009-09-091-107/+99
|
* Java5 upgradesaclement2009-09-0911-64/+65
|
* 281654: concurrency problemaclement2009-09-042-15/+152
|
* 246125: promoted generic sig parsing code to utilaclement2008-10-201-277/+0
|
* organized importsaclement2008-06-031-1/+0
|
* organized importsaclement2008-05-301-4/+3
|
* 231396: Comment #4: Big Refactoringaclement2008-05-2817-257/+832
|
* useful class i keep rewriting!aclement2007-12-181-0/+21
|
* repairing HEADaclement2007-02-1513-201/+223
|
* is this going into the branch?!?!aclement2007-02-1513-223/+201
|
* some updates to ClassLoaderRepository - tested by RontimeWeavingaclement2006-08-211-8/+30
|
* 152979: shared cache in the repositorypre_pr_153572aclement2006-08-082-0/+68
|
* update license to EPLacolyer2006-06-0121-42/+42
|
* Bugette: annotation value of primitive type 'char' wasnt working !aclement2006-02-141-1/+1
|
* updates to bcel to support isNested test on JavaClassacolyer2005-12-021-1/+4
|
* add support and tests for isAnonymous in JavaClassacolyer2005-11-042-0/+58
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-211-0/+61
|
* fixed an unneccessary 1.5 dependency that had crept into the test code.acolyer2005-09-081-1/+1
|
* fix for pr107784, failure to parse an array of a primitive type when used as ↵acolyer2005-08-241-0/+6
| | | | a type variable
* better error messages when failing to unpack a generic signatureacolyer2005-08-241-0/+9
|
* added test for broken primitive caseacolyer2005-07-081-0/+7
|
* copyright statementacolyer2005-07-081-2/+12
|
* signature parsing for methods and fields now complete alsoacolyer2005-07-011-0/+91
|
* updates to Signature parsing for genericsacolyer2005-07-011-0/+154
|
* Updated with a simple erasure test case - will need more later!aclement2005-06-142-0/+51
|
* Upgraded BCEL annotation support - can now get an immutable form of ↵aclement2005-06-082-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 ↵aclement2005-06-012-2/+197
| | | | progress.
* test case for fix bug in bcel RIV annotations (impacted declare anno I think)avasseur2005-04-251-1/+66
|
* Declare annotation: tests changed due to constant pool copying change for ↵aclement2005-03-104-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. ↵aclement2005-01-241-0/+11
| | | | Committing source changes and testcase.
* Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks ↵aclement2004-12-093-1/+36
| | | | invis annotations on classgens correctly.