summaryrefslogtreecommitdiffstats
path: root/weaver/testsrc/org
Commit message (Expand)AuthorAgeFilesLines
* Bug 150487 "Tracing and Logging Framework" (add JUnit tests)mwebster2006-07-277-0/+256
* fix for 145322aclement2006-06-061-0/+10
* update license to EPLacolyer2006-06-0156-112/+112
* tests and fix for pr130722, 138219acolyer2006-05-163-5/+5
* test and fix for 135001aclement2006-04-061-2/+7
* unused label (so eclipse 3.2m5a tells me)aclement2006-03-101-1/+1
* code from 121312: rons suggestion for changes to LTWWorld and reflection worl...aclement2006-02-231-2/+2
* optimizationasm: some test updates since some weaver tests *really* need BCEL...aclement2006-02-225-0/+734
* Progress on: PointcutHandlerDesignator.acolyer2006-02-211-3/+32
* optimization: use bit twiddling rather than Sets for manipulating the list of...aclement2006-02-131-42/+42
* fix for 122452 - pattern parser for a duff pointcut definition. Also fix for...aclement2006-01-251-0/+7
* pr122248, only unpack generic signatures if the world is in java 5 mode...acolyer2006-01-151-0/+2
* fixes for 120909 (ibmvm failures)Root_RB_V1_5_0aclement2005-12-152-5/+6
* tests and fix for pr119749acolyer2005-12-131-3/+3
* fix for 113257 - modified rewriter - not perfect but passes the latest problems.aclement2005-12-131-3/+3
* added skip test check to tolerate funny build machine behaviouracolyer2005-12-131-0/+24
* 1.5 -> 1.3acolyer2005-12-131-1/+1
* permit extensions to pointcut designator set when using weaver tools APIacolyer2005-12-132-0/+143
* updates for 116679 (targetting old runtimes)aclement2005-12-122-4/+20
* Some updates for 118754. The various places that were checking for 'MISSING'...aclement2005-12-095-9/+9
* delegates modified to return the same thing as BCEL. Ctors have the name <in...aclement2005-12-091-1/+49
* removed unused import.aclement2005-11-301-3/+2
* Further changes for 118192aclement2005-11-281-17/+0
* horrible work around for the fact that the build machine runs tests on a 1.5 ...acolyer2005-11-285-5/+150
* fixes for 118192aclement2005-11-281-2/+86
* updated tests and fix for pr116229acolyer2005-11-275-18/+18
* ensure this test works on non-windows machines too!acolyer2005-11-251-0/+9
* some fixes for 117622aclement2005-11-231-15/+37
* tests and fix for pr116229 and pr116755. Also adds support and tests for pars...acolyer2005-11-193-0/+51
* fix for 103741 - use of java 5 specific language features now policed at < 1....acolyer2005-11-043-0/+3
* organized imports.aclement2005-11-011-3/+2
* hopefully the last of the array gremlins in the reflection based world...acolyer2005-10-281-2/+2
* added a test to make sure primitives work (they do), and also tidied up the a...acolyer2005-10-251-0/+6
* ensure that reflection based world can cope when given a java.lang.Class that...acolyer2005-10-241-0/+8
* moved stuff around to get rid of the annoying warning about foo() should be c...aclement2005-10-198-562/+0
* Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew...aclement2005-10-142-502/+0
* organized importsaclement2005-09-281-5/+12
* imports organized.aclement2005-09-261-8/+8
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-2113-791/+725
* tests and a fix for the bug with no name, in which Pooh gets carried away and...acolyer2005-09-122-0/+5
* fix for pr108818, changed the signature of concretize and concretize1 to pass...acolyer2005-09-064-4/+4
* fix for pr108448 - failing to look in *all* outer types for type variables wh...acolyer2005-08-311-2/+2
* organized imports.aclement2005-08-232-2/+0
* tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ...wisberg2005-08-181-4/+90
* early "parameterizeWith" support for pointcutsacolyer2005-08-111-0/+5
* genericitds: 2 big changes here: I've modifed the super/extends stuff so it...aclement2005-08-091-4/+2
* tests and implementation for calls to bridge methods. This completes the impl...acolyer2005-08-051-1/+1
* changed Member to be an interface with impl MemberImpl. changed ResolvedMembe...acolyer2005-08-0411-62/+350
* parser updates for generics simplification planacolyer2005-07-281-61/+126
* full support for generic wildcard (?, ? extends, ? super)acolyer2005-07-282-37/+470