172 Commits (3b517caf402c6d7c52d4bcbdc86c7528ab828ec9)

Author SHA1 Message Date
  aclement 82e3e13c66 test and fix for 153535 18 years ago
  mwebster 7a0f7a45b2 Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error and fatal) 18 years ago
  aclement 282188781f inactive test case for Classloader repository sharing 18 years ago
  mwebster 6dca4cc41d Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication) 18 years ago
  mwebster eb31ec6c3d Bug 113948 "Repackage AspectJ" (move module root suites out of default package) 18 years ago
  mwebster d692fc2a7d Bug 150487 "Tracing and Logging Framework" (remove redundant TraceFactory.isEnabled() method and test) 18 years ago
  mwebster db06666e1c Bug 150487 "Tracing and Logging Framework" (add JUnit tests) 18 years ago
  aclement 3e0650d8a0 fix for 145322 18 years ago
  acolyer b6c89301f2 update license to EPL 18 years ago
  acolyer b166a7e616 tests and fix for pr130722, 138219 18 years ago
  aclement 1a6f695831 test and fix for 135001 18 years ago
  aclement f1d5dd5531 unused label (so eclipse 3.2m5a tells me) 18 years ago
  aclement cafdecb102 code from 121312: rons suggestion for changes to LTWWorld and reflection world. would have liked some testcode... 18 years ago
  aclement d161bfa340 optimizationasm: some test updates since some weaver tests *really* need BCEL modifiable delegates. 18 years ago
  acolyer 8fbb060383 Progress on: PointcutHandlerDesignator. 18 years ago
  aclement 4035a174b2 optimization: use bit twiddling rather than Sets for manipulating the list of Pointcut.couldMatchKinds - (saves a few percent when building shadows in my tests...) 18 years ago
  aclement 99eb7f8654 fix for 122452 - pattern parser for a duff pointcut definition. Also fix for 125027 (deow length set wrong during parsing). latter fix from Helen. 18 years ago
  acolyer 3f77e755e5 pr122248, only unpack generic signatures if the world is in java 5 mode... 18 years ago
  aclement 9abfc4044b fixes for 120909 (ibmvm failures) 18 years ago
  acolyer b7929e9165 tests and fix for pr119749 18 years ago
  aclement 40f0b2a58c fix for 113257 - modified rewriter - not perfect but passes the latest problems. 18 years ago
  acolyer e6df15a4ab added skip test check to tolerate funny build machine behaviour 18 years ago
  acolyer 514aaeaf76 1.5 -> 1.3 18 years ago
  acolyer dba2ee75f6 permit extensions to pointcut designator set when using weaver tools API 18 years ago
  aclement 354653d5af updates for 116679 (targetting old runtimes) 18 years ago
  aclement 0c8c0a3d21 Some updates for 118754. The various places that were checking for 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this. 18 years ago
  aclement b52515fc23 delegates modified to return the same thing as BCEL. Ctors have the name <init> and a return type of 'void'. Fix for 119353 18 years ago
  aclement 3d3f063128 removed unused import. 18 years ago
  aclement b6980f2f7b Further changes for 118192 18 years ago
  acolyer 8e14e21ab3 horrible work around for the fact that the build machine runs tests on a 1.5 vm without all the 1.5 aj libs present 18 years ago
  aclement 97b5f52b52 fixes for 118192 18 years ago
  acolyer c3bef72dca updated tests and fix for pr116229 18 years ago
  acolyer dd1c1b6b4a ensure this test works on non-windows machines too! 18 years ago
  aclement 749461102f fixes and improved tests for 117622 18 years ago
  aclement 5cba2054c0 some fixes for 117622 18 years ago
  acolyer 522911ec81 tests and fix for pr116229 and pr116755. Also adds support and tests for parseTypePattern in PointcutParser. 18 years ago
  acolyer a87f82dcb4 fix for 103741 - use of java 5 specific language features now policed at < 1.5 source level 18 years ago
  aclement 4dfd580d0a organized imports. 18 years ago
  acolyer 8d479b227b hopefully the last of the array gremlins in the reflection based world... 18 years ago
  acolyer bd951ed3ea added a test to make sure primitives work (they do), and also tidied up the array test in ReflectionWorld 18 years ago
  acolyer 17d987fec6 ensure that reflection based world can cope when given a java.lang.Class that represents an array type (such a class has a "name" that is actually the signature string). 18 years ago
  aclement abac6583b3 moved stuff around to get rid of the annoying warning about foo() should be called statically. I couldn't just 'fix the program' as it is used in that form as input for a test - so I just moved the code outside of the existing source folders. 18 years ago
  aclement 8982544f13 Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew Webster for the patch) 18 years ago
  aclement c7e275bbe8 organized imports 18 years ago
  aclement b1c88bdb04 imports organized. 18 years ago
  acolyer b5eb04579d load 1.5 dependent tests reflectively... 18 years ago
  acolyer a39f595c0c tests and implementation for 108120 - runtime pointcut parsing and matching. 18 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 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 2c9ea11c6d fix for pr108448 - failing to look in *all* outer types for type variables when resolving a generic signature. 19 years ago