aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/testsrc/org
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* BCEL Java5 Supportaclement2004-11-1916-0/+2983