| Commit message (Expand) | Author | Age | Files | Lines |
* | tests and fix for pr102210 - not descending into branches when pulling up dis... | acolyer | 2005-09-21 | 2 | -12/+31 |
* | 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 | 74 | -2483/+3610 |
* | 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 |
* | organized imports | aclement | 2005-09-14 | 2 | -2/+0 |
* | 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 |
* | rebuilt due to attribute modifications. | aclement | 2005-09-13 | 14 | -0/+0 |
* | test and fix for pr106554: staticinitialization and PTW | aclement | 2005-09-13 | 1 | -0/+6 |
* | tests and a fix for the bug with no name, in which Pooh gets carried away and... | acolyer | 2005-09-12 | 7 | -5/+22 |
* | Test and fix for PR103740: Compiler failure on @annotation | aclement | 2005-09-12 | 1 | -5/+5 |
* | tests and fix for pr109124, not correctly recognizing synthetic fields under 1.5 | acolyer | 2005-09-09 | 1 | -0/+8 |
* | tests and fix for pr108886, result of having no source location for resolved ... | acolyer | 2005-09-08 | 2 | -4/+3 |
* | 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 | 1 | -2/+3 |
* | 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 |
* | fix for pr87530, final modifier on interface itdm | acolyer | 2005-09-05 | 1 | -5/+50 |
* | tests and fix for pr99125 - duplicate members in interfaces after binary weaving | acolyer | 2005-09-02 | 2 | -3/+17 |
* | second part of test and fix for pr102212 - synchronized itdm on interfaces ge... | acolyer | 2005-09-02 | 2 | -0/+15 |
* | tests and fix for pr99136 (dup adviceDidNotMatch warnings), plus extended tes... | acolyer | 2005-09-02 | 1 | -4/+47 |
* | fix for pr98290, 'matches declare' relationship not correctly created because... | acolyer | 2005-09-01 | 2 | -3/+25 |
* | fix and test updates for enh 102459 - provide more detail in showWeaveInfo me... | acolyer | 2005-09-01 | 1 | -1/+2 |
* | fix for pr59076, much more memory efficient creation of join point static parts | acolyer | 2005-09-01 | 6 | -43/+238 |
* | make sure we have *all* the formals in scope when unpacking the signature | acolyer | 2005-09-01 | 1 | -17/+29 |
* | use the matchingSignature of a shadow for matching (not the synthetic sig) | acolyer | 2005-09-01 | 1 | -1/+1 |
* | don't match against synthetic constructor args | acolyer | 2005-09-01 | 1 | -0/+8 |
* | enable an effectiveSignature to be set on a LazyMethodGen | acolyer | 2005-09-01 | 1 | -0/+10 |
* | remember the declared (non-synthetic) signature of an ITC | acolyer | 2005-09-01 | 1 | -0/+3 |
* | use the orginal (non-synthetic) constructor sig for matching | acolyer | 2005-09-01 | 2 | -1/+11 |
* | enables a Shadow to have a signature to be used for matching that is distinct... | acolyer | 2005-09-01 | 1 | -0/+13 |
* | add extra guard in runtime matching of args. | acolyer | 2005-09-01 | 1 | -0/+4 |
* | tests and fix for pr59196, args pcd not ignoring synthetic arguments at advic... | acolyer | 2005-09-01 | 1 | -4/+36 |
* | tests and fix for pr71159, visibility not taken into account when determining... | acolyer | 2005-08-31 | 1 | -1/+17 |
* | tests and fix for pr105479, declare parents introducing method override with ... | acolyer | 2005-08-31 | 1 | -1/+1 |
* | fix for pr108454, 'Waving' crash on a 1.5 java generics? | acolyer | 2005-08-31 | 1 | -0/+5 |
* | fix for pr108448 - failing to look in *all* outer types for type variables wh... | acolyer | 2005-08-31 | 5 | -37/+126 |
* | fix for newsgroup reported problem w. assignability matching on type variables | acolyer | 2005-08-30 | 1 | -0/+5 |
* | fix for pr107953, @AfterThrowing with no formal | acolyer | 2005-08-30 | 4 | -35/+109 |
* | "band aid" for pr107530. This will treat the symptom but not the underlying c... | acolyer | 2005-08-30 | 3 | -1/+13 |
* | fix for pr108425, type parameter used in method of anonymous inner type. | acolyer | 2005-08-30 | 2 | -3/+12 |
* | tests for pr108050, signature matching in multiple override scenarioV1_5_0M3a | acolyer | 2005-08-26 | 2 | -3/+14 |
* | Fix for pr107713: classcastexception cant happen now. | aclement | 2005-08-26 | 2 | -5/+18 |
* | Fixes for 82989 and 91381 - they can now be closed. | aclement | 2005-08-24 | 1 | -8/+8 |
* | organized imports. | aclement | 2005-08-24 | 5 | -11/+22 |
* | organized imports. | aclement | 2005-08-23 | 8 | -8/+0 |
* | @override support for ITDs. Plus some binary weaving generic ITD tests. | aclement | 2005-08-23 | 1 | -5/+23 |