| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | code from 121312: rons suggestion for changes to LTWWorld and reflection worl... | aclement | 2006-02-23 | 1 | -2/+2 |
* | optimizationasm: some test updates since some weaver tests *really* need BCEL... | aclement | 2006-02-22 | 5 | -0/+734 |
* | Progress on: PointcutHandlerDesignator. | acolyer | 2006-02-21 | 1 | -3/+32 |
* | optimization: use bit twiddling rather than Sets for manipulating the list of... | aclement | 2006-02-13 | 1 | -42/+42 |
* | fix for 122452 - pattern parser for a duff pointcut definition. Also fix for... | aclement | 2006-01-25 | 1 | -0/+7 |
* | pr122248, only unpack generic signatures if the world is in java 5 mode... | acolyer | 2006-01-15 | 1 | -0/+2 |
* | fixes for 120909 (ibmvm failures)Root_RB_V1_5_0 | aclement | 2005-12-15 | 2 | -5/+6 |
* | tests and fix for pr119749 | acolyer | 2005-12-13 | 1 | -3/+3 |
* | fix for 113257 - modified rewriter - not perfect but passes the latest problems. | aclement | 2005-12-13 | 1 | -3/+3 |
* | added skip test check to tolerate funny build machine behaviour | acolyer | 2005-12-13 | 1 | -0/+24 |
* | 1.5 -> 1.3 | acolyer | 2005-12-13 | 1 | -1/+1 |
* | permit extensions to pointcut designator set when using weaver tools API | acolyer | 2005-12-13 | 2 | -0/+143 |
* | updates for 116679 (targetting old runtimes) | aclement | 2005-12-12 | 2 | -4/+20 |
* | Some updates for 118754. The various places that were checking for 'MISSING'... | aclement | 2005-12-09 | 5 | -9/+9 |
* | delegates modified to return the same thing as BCEL. Ctors have the name <in... | aclement | 2005-12-09 | 1 | -1/+49 |
* | removed unused import. | aclement | 2005-11-30 | 1 | -3/+2 |
* | Further changes for 118192 | aclement | 2005-11-28 | 1 | -17/+0 |
* | horrible work around for the fact that the build machine runs tests on a 1.5 ... | acolyer | 2005-11-28 | 5 | -5/+150 |
* | fixes for 118192 | aclement | 2005-11-28 | 1 | -2/+86 |
* | updated tests and fix for pr116229 | acolyer | 2005-11-27 | 5 | -18/+18 |
* | ensure this test works on non-windows machines too! | acolyer | 2005-11-25 | 1 | -0/+9 |
* | fixes and improved tests for 117622 | aclement | 2005-11-25 | 1 | -0/+1 |
* | some fixes for 117622 | aclement | 2005-11-23 | 1 | -15/+37 |
* | tests and fix for pr116229 and pr116755. Also adds support and tests for pars... | acolyer | 2005-11-19 | 3 | -0/+51 |
* | fix for 103741 - use of java 5 specific language features now policed at < 1.... | acolyer | 2005-11-04 | 3 | -0/+3 |
* | organized imports. | aclement | 2005-11-01 | 1 | -3/+2 |
* | hopefully the last of the array gremlins in the reflection based world... | acolyer | 2005-10-28 | 1 | -2/+2 |
* | added a test to make sure primitives work (they do), and also tidied up the a... | acolyer | 2005-10-25 | 1 | -0/+6 |
* | ensure that reflection based world can cope when given a java.lang.Class that... | acolyer | 2005-10-24 | 1 | -0/+8 |
* | moved stuff around to get rid of the annoying warning about foo() should be c... | aclement | 2005-10-19 | 8 | -562/+0 |
* | Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew... | aclement | 2005-10-14 | 2 | -502/+0 |
* | organized imports | aclement | 2005-09-28 | 1 | -5/+12 |
* | imports organized. | aclement | 2005-09-26 | 1 | -8/+8 |
* | load 1.5 dependent tests reflectively... | acolyer | 2005-09-21 | 1 | -2/+5 |
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 15 | -791/+760 |
* | tests and a fix for the bug with no name, in which Pooh gets carried away and... | acolyer | 2005-09-12 | 2 | -0/+5 |
* | fix for pr108818, changed the signature of concretize and concretize1 to pass... | acolyer | 2005-09-06 | 4 | -4/+4 |
* | fix for pr108448 - failing to look in *all* outer types for type variables wh... | acolyer | 2005-08-31 | 1 | -2/+2 |
* | organized imports. | aclement | 2005-08-23 | 2 | -2/+0 |
* | tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ... | wisberg | 2005-08-18 | 1 | -4/+90 |
* | early "parameterizeWith" support for pointcuts | acolyer | 2005-08-11 | 1 | -0/+5 |
* | genericitds: 2 big changes here: I've modifed the super/extends stuff so it... | aclement | 2005-08-09 | 1 | -4/+2 |
* | tests and implementation for calls to bridge methods. This completes the impl... | acolyer | 2005-08-05 | 1 | -1/+1 |
* | changed Member to be an interface with impl MemberImpl. changed ResolvedMembe... | acolyer | 2005-08-04 | 13 | -62/+356 |
* | parser updates for generics simplification plan | acolyer | 2005-07-28 | 1 | -61/+126 |
* | full support for generic wildcard (?, ? extends, ? super) | acolyer | 2005-07-28 | 3 | -39/+472 |
* | fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as... | avasseur | 2005-07-28 | 1 | -1/+3 |
* | This commit simply makes the World a better place. | acolyer | 2005-07-23 | 1 | -1/+1 |
* | dont go looking for generic types pre 1.5 | aclement | 2005-07-21 | 1 | -11/+15 |
* | generics: fixes for decp testcases involving generic types targeted by param... | aclement | 2005-07-21 | 1 | -2/+2 |