3137 Commits (8a0f59ad18ace56ff59cd9108d18c70358a4f055)
 

Author SHA1 Message Date
  acolyer 8a0f59ad18 tests and fix for 109283. 19 years ago
  mkersten 0442d2f269 Set project compiler compliance to be Java5 for the weaver project, so that it builds straight out of CVS. 19 years ago
  acolyer f042f0cf99 doh! 19 years ago
  acolyer 2447704c60 attempt to create the right classpath for running org.aspectj.weaver.tools tests on the build machine... 19 years ago
  acolyer edd1fb9692 add the java5-xxx as source folders 19 years ago
  acolyer b5eb04579d load 1.5 dependent tests reflectively... 19 years ago
  acolyer ca9c1f7c57 tests for pr76374 - missing type warning on declare parents 19 years ago
  acolyer 0e1bb192d4 fix for pr104957: NPE whilst compiling GIJ 19 years ago
  acolyer 0bb21718c1 tests and fix for pr102210 - not descending into branches when pulling up disjunctions during pointcut rewriting. 19 years ago
  acolyer 4895aeff9d test for annotation binding bug when target type in bytecode != declaring type (1.4) 19 years ago
  acolyer 5f93dd1b20 fix for annotation binding bug when target type in bytecode != declaring type (1.4) 19 years ago
  acolyer a39f595c0c tests and implementation for 108120 - runtime pointcut parsing and matching. 19 years ago
  aclement fc2d08e2ae Fix for pr109728: generates correct aroundBody methods for field-get JPs that are affected when compiling at 1.4/1.5 level. 19 years ago
  aclement 2a9b5d8d87 pr109728: cope with methods invoked on array types! (e.g. clone). Slightly optimized too, doesnt build the declaring type twice. 19 years ago
  aclement 941ed1bf2f pr109728: don't let people pass signatures to nameToSignature() 19 years ago
  aclement 1d5496e2f1 pr109728: fix part 1 - don't let bcel damage descriptors. 19 years ago
  aclement 5f096e0aa0 pr109728: testcase 19 years ago
  aclement eb39196938 allow for references to descriptors when class_info structures refer to arrays. (pr109728) 19 years ago
  aclement d01e7fced8 use the right version property. 19 years ago
  aclement 3466a78126 rebuilt *again* - i hope the build machine likes these? 19 years ago
  aclement 979128e3d5 rebuilt *again* - i hope the build machine likes these? 19 years ago
  aclement 441f1cc722 test for pr102210 19 years ago
  aclement 9810a3c335 organized imports 19 years ago
  aclement 87e5c2ecca test and fix for pr109486: bcel exception when expecting compiler error for final abstract class. 19 years ago
  aclement bddda4072f To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes on a 1.2.1 library): fixed the ordering back to what it was for 1.2.1 - shouldn't have moved NONE as it represents an empty pointcut expression (e.g. 'pointcut ffdcScope();' which is valid) - without this change to the old ordering we were interpreting 20 (which is what the FFDC pointcut had written out) as @args and then choking on processing it. 19 years ago
  aclement 40f576dc2d To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes on a 1.2.1 library): made reading of a type pattern realise it shouldn't look for a varargs flag if processing a pre 1.5 pattern. 19 years ago
  aclement bc4c4ca13d was missing two jars - I've added them. 19 years ago
  aclement efa7fb38c2 rebuilt due to attribute modifications. 19 years ago
  aclement 76d607d6db test and fix for pr106554: staticinitialization and PTW 19 years ago
  aclement a058bd9ae1 test and fix for pr106554: staticinitialization and PTW 19 years ago
  acolyer 056db42f16 tests and a fix for the bug with no name, in which Pooh gets carried away and tries to create raw types all the time, but Christopher Robin kindly explains that raw types should only be created in -1.5 mode. 19 years ago
  acolyer 776613eebf tests and fix for pr105181, implicit cast of itd field type on return from generic collection erroneously casting to aspect (declaring) type, not owning (target) type. 19 years ago
  aclement 2ae4f531c7 Test and fix for PR103740: Compiler failure on @annotation 19 years ago
  acolyer f5030e6403 tests and fix for pr108903 - MUST process from super aspect to sub aspect when finding declares 19 years ago
  acolyer 64d74013c6 added test for pr105181 19 years ago
  acolyer 2942ca0f23 tests and fix for pr108826, not correctly converting from T[] to ResolvedType. 19 years ago
  acolyer dc4ba2950b clarification of args matching with null for pr68603. 19 years ago
  acolyer a9ca915dc3 tests and fix for pr109124, not correctly recognizing synthetic fields under 1.5 19 years ago
  acolyer d2447a0cc3 fixed an unneccessary 1.5 dependency that had crept into the test code. 19 years ago
  mkersten 51874377b6 Fix for Bug #109016: NullPointerException when building configuration 19 years ago
  acolyer 2d21db0586 tests and fix for pr108886, result of having no source location for resolved members representing methods in EclipseSourceTypes 19 years ago
  acolyer 08d6a5d1e0 tests and fix for pr109042, unusedArgument warning on aj synthetic args 19 years ago
  acolyer 2505485766 tests and fix for pr108902 and pr108903 19 years ago
  acolyer 9fa1e7af83 removed unused import 19 years ago
  acolyer 71771abbb2 tests and fix for pr108816, args with binding with .. at join point with synthetic arguments 19 years ago
  acolyer 8459fc93a9 fix for pr108818, if the declaring type of the member refering to this pointcut has a private matching pointcut, then use that rather than any with the same name in a sub-aspect. 19 years ago
  acolyer 752a7b4b45 fix for pr108818, changed the signature of concretize and concretize1 to pass in the actual declaring type of the member owning the pointcut reference. 19 years ago
  acolyer 9a7dfa5ff1 fix for pr108818, remember the actual declaring type of a member that refers to a pointcut 19 years ago
  acolyer def2f307c6 tests for pr108818, private pointcuts overridden inadvertantly 19 years ago
  acolyer ee6a874053 fix for pr87530, final modifier on interface itdm 19 years ago