17 Commits (3226d27a82e968da0f04e6b4fb5a29a03fbdb0f5)

Author SHA1 Message Date
  acolyer 590f81aacb add support and tests for isAnonymous in JavaClass 18 years ago
  acolyer a39f595c0c tests and implementation for 108120 - runtime pointcut parsing and matching. 19 years ago
  acolyer d2447a0cc3 fixed an unneccessary 1.5 dependency that had crept into the test code. 19 years ago
  acolyer 803616d373 fix for pr107784, failure to parse an array of a primitive type when used as a type variable 19 years ago
  acolyer 5ae8fd75d0 better error messages when failing to unpack a generic signature 19 years ago
  acolyer 0faf5e174a added test for broken primitive case 19 years ago
  acolyer cc4fdafb83 copyright statement 19 years ago
  acolyer 14f1ca3554 signature parsing for methods and fields now complete also 19 years ago
  acolyer 85ca59ed0b updates to Signature parsing for generics 19 years ago
  aclement d494f7fd43 Updated with a simple erasure test case - will need more later! 19 years ago
  aclement afa05c24d3 Upgraded BCEL annotation support - can now get an immutable form of annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files. 19 years ago
  aclement 23acd0c596 GenericsWork: testcode for verifying signature parsing is behaving. work in progress. 19 years ago
  avasseur 5901afbac3 test case for fix bug in bcel RIV annotations (impacted declare anno I think) 19 years ago
  aclement fcd5db07a0 Declare annotation: tests changed due to constant pool copying change for annotation support. also tests removal of the static state from Utility/Type 19 years ago
  aclement 61cd77beeb This fix for 'c' values in annotations has been verified by Pepe. Committing source changes and testcase. 19 years ago
  aclement 60b62539f1 Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks invis annotations on classgens correctly. 19 years ago
  aclement 8644e07c0d BCEL Java5 Support 19 years ago