| Commit message (Expand) | Author | Age | Files | Lines |
* | load 1.5 dependent tests reflectively... | acolyer | 2005-09-21 | 2 | -2/+13 |
* | tests for pr76374 - missing type warning on declare parents | acolyer | 2005-09-21 | 3 | -1/+17 |
* | fix for pr104957: NPE whilst compiling GIJ | acolyer | 2005-09-21 | 3 | -35/+38 |
* | tests and fix for pr102210 - not descending into branches when pulling up dis... | acolyer | 2005-09-21 | 3 | -13/+33 |
* | test for annotation binding bug when target type in bytecode != declaring typ... | acolyer | 2005-09-21 | 1 | -0/+37 |
* | fix for annotation binding bug when target type in bytecode != declaring type... | acolyer | 2005-09-21 | 2 | -23/+50 |
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 95 | -2492/+3848 |
* | Fix for pr109728: generates correct aroundBody methods for field-get JPs that... | aclement | 2005-09-20 | 2 | -2/+30 |
* | pr109728: cope with methods invoked on array types! (e.g. clone). Slightly o... | aclement | 2005-09-19 | 1 | -10/+15 |
* | pr109728: don't let people pass signatures to nameToSignature() | aclement | 2005-09-19 | 1 | -55/+43 |
* | pr109728: fix part 1 - don't let bcel damage descriptors. | aclement | 2005-09-19 | 2 | -0/+0 |
* | pr109728: testcase | aclement | 2005-09-19 | 3 | -0/+20 |
* | allow for references to descriptors when class_info structures refer to array... | aclement | 2005-09-19 | 1 | -2/+4 |
* | use the right version property. | aclement | 2005-09-15 | 1 | -5/+4 |
* | rebuilt *again* - i hope the build machine likes these? | aclement | 2005-09-15 | 2 | -0/+0 |
* | rebuilt *again* - i hope the build machine likes these? | aclement | 2005-09-15 | 2 | -0/+0 |
* | test for pr102210 | aclement | 2005-09-14 | 3 | -1/+50 |
* | organized imports | aclement | 2005-09-14 | 2 | -2/+0 |
* | test and fix for pr109486: bcel exception when expecting compiler error for f... | aclement | 2005-09-14 | 6 | -4/+14 |
* | To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes on... | aclement | 2005-09-13 | 1 | -2/+3 |
* | To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes on... | aclement | 2005-09-13 | 1 | -1/+8 |
* | was missing two jars - I've added them. | aclement | 2005-09-13 | 1 | -0/+28 |
* | rebuilt due to attribute modifications. | aclement | 2005-09-13 | 35 | -0/+0 |
* | test and fix for pr106554: staticinitialization and PTW | aclement | 2005-09-13 | 2 | -0/+13 |
* | test and fix for pr106554: staticinitialization and PTW | aclement | 2005-09-13 | 2 | -0/+30 |
* | tests and a fix for the bug with no name, in which Pooh gets carried away and... | acolyer | 2005-09-12 | 11 | -5/+89 |
* | tests and fix for pr105181, implicit cast of itd field type on return from ge... | acolyer | 2005-09-12 | 5 | -7/+19 |
* | Test and fix for PR103740: Compiler failure on @annotation | aclement | 2005-09-12 | 4 | -7/+34 |
* | tests and fix for pr108903 - MUST process from super aspect to sub aspect whe... | acolyer | 2005-09-12 | 9 | -11/+108 |
* | added test for pr105181 | acolyer | 2005-09-11 | 3 | -0/+37 |
* | tests and fix for pr108826, not correctly converting from T[] to ResolvedType. | acolyer | 2005-09-09 | 6 | -1/+47 |
* | clarification of args matching with null for pr68603. | acolyer | 2005-09-09 | 1 | -1/+4 |
* | tests and fix for pr109124, not correctly recognizing synthetic fields under 1.5 | acolyer | 2005-09-09 | 4 | -0/+55 |
* | fixed an unneccessary 1.5 dependency that had crept into the test code. | acolyer | 2005-09-08 | 1 | -1/+1 |
* | Fix for Bug #109016: NullPointerException when building configuration | mkersten | 2005-09-08 | 1 | -5/+7 |
* | tests and fix for pr108886, result of having no source location for resolved ... | acolyer | 2005-09-08 | 7 | -11/+23 |
* | tests and fix for pr109042, unusedArgument warning on aj synthetic args | acolyer | 2005-09-08 | 4 | -0/+183 |
* | tests and fix for pr108902 and pr108903 | acolyer | 2005-09-08 | 8 | -1/+117 |
* | removed unused import | acolyer | 2005-09-08 | 1 | -1/+0 |
* | tests and fix for pr108816, args with binding with .. at join point with synt... | acolyer | 2005-09-06 | 4 | -3/+32 |
* | fix for pr108818, if the declaring type of the member refering to this pointc... | acolyer | 2005-09-06 | 1 | -9/+18 |
* | fix for pr108818, changed the signature of concretize and concretize1 to pass... | acolyer | 2005-09-06 | 27 | -39/+55 |
* | fix for pr108818, remember the actual declaring type of a member that refers ... | acolyer | 2005-09-06 | 6 | -6/+27 |
* | tests for pr108818, private pointcuts overridden inadvertantly | acolyer | 2005-09-06 | 3 | -0/+34 |
* | fix for pr87530, final modifier on interface itdm | acolyer | 2005-09-05 | 9 | -23/+150 |
* | tests for pr87530, final modifier on interface itdm | acolyer | 2005-09-05 | 4 | -1/+65 |
* | tests and fix for pr99125 - duplicate members in interfaces after binary weaving | acolyer | 2005-09-02 | 9 | -3/+83 |
* | test and fix for pr101606, unused privated method warnings incorrectly genera... | acolyer | 2005-09-02 | 4 | -1/+20 |
* | second part of test and fix for pr102212 - synchronized itdm on interfaces ge... | acolyer | 2005-09-02 | 5 | -0/+50 |
* | tests and fix for pr1202212 - poor job of testing modifiers on ITD methods | acolyer | 2005-09-02 | 4 | -0/+99 |