| Commit message (Expand) | Author | Age | Files | Lines |
* | fix and test updates for enh 102459 - provide more detail in showWeaveInfo me... | acolyer | 2005-09-01 | 9 | -50/+51 |
* | fix for pr102479, allow clients to provide a custom message handler / holder ... | acolyer | 2005-09-01 | 2 | -9/+22 |
* | ensure every section has an assigned id so that urls in generated html remain... | acolyer | 2005-09-01 | 14 | -104/+118 |
* | fix for pr59076, much more memory efficient creation of join point static parts | acolyer | 2005-09-01 | 10 | -81/+397 |
* | tests for pr59397, synthetic ITC arg confusing matching | acolyer | 2005-09-01 | 4 | -1/+16 |
* | 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 |
* | test and fix for pr74048, unused private warnings for aspect types. | acolyer | 2005-09-01 | 4 | -0/+21 |
* | 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 | 4 | -4/+62 |
* | fixed a couple of typos reported by Alexander Popescu on the mailing list. | acolyer | 2005-09-01 | 1 | -2/+2 |
* | tests and fix for pr71159, visibility not taken into account when determining... | acolyer | 2005-08-31 | 9 | -1/+147 |
* | tests and fix for pr107858, inline field access in argument to proceed with t... | acolyer | 2005-08-31 | 4 | -1/+24 |
* | tests for pr104024, inner class constructed inline and passed as argument to ... | acolyer | 2005-08-31 | 6 | -1/+26 |
* | tests and fix for pr105479, declare parents introducing method override with ... | acolyer | 2005-08-31 | 4 | -2/+22 |
* | test for pr95992 | acolyer | 2005-08-31 | 3 | -1/+23 |
* | fix for pr108370, enum switch in itd method with target type on the inpath | acolyer | 2005-08-31 | 2 | -0/+0 |
* | tests for pr108370, enum switch in itd method with target type on the inpath | acolyer | 2005-08-31 | 4 | -1/+36 |
* | fix for pr108454, 'Waving' crash on a 1.5 java generics? | acolyer | 2005-08-31 | 1 | -0/+5 |
* | tests for pr108454, 'Waving' crash on a 1.5 java generics? | acolyer | 2005-08-31 | 7 | -4/+52 |
* | fix for pr108448 - failing to look in *all* outer types for type variables wh... | acolyer | 2005-08-31 | 5 | -37/+126 |
* | fix for pr108377, Verify error on unqualified reference to itd field inside i... | acolyer | 2005-08-31 | 7 | -0/+42 |
* | 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 | 5 | -35/+147 |
* | tests for pr107953 and newsgroup reported issue of varargs matching with type... | acolyer | 2005-08-30 | 6 | -3/+60 |
* | "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 pr108425 and pr108104 | acolyer | 2005-08-30 | 8 | -0/+191 |
* | tests for pr108050, signature matching in multiple override scenarioV1_5_0M3a | acolyer | 2005-08-26 | 5 | -4/+57 |
* | fix for pr108014, when we don't find a method on a PTB, we shouldn't erase al... | acolyer | 2005-08-26 | 2 | -0/+0 |
* | no longer call genericTypeSignature on a LocalTypeBinding as it has unintende... | acolyer | 2005-08-26 | 1 | -2/+4 |
* | tests for pr108104 | acolyer | 2005-08-26 | 3 | -0/+40 |
* | Fix for pr107713: classcastexception cant happen now. | aclement | 2005-08-26 | 2 | -5/+18 |
* | Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for "p...V1_5_0M3 | mkersten | 2005-08-25 | 2 | -20/+10 |
* | tests for pr107898 and pr72668 | acolyer | 2005-08-25 | 5 | -0/+71 |
* | hopefully this really is the very very last we'll see of can't find type $Loc... | acolyer | 2005-08-25 | 1 | -2/+4 |
* | updates for M3, mostly tidying and making it clear what is and is not support... | acolyer | 2005-08-25 | 3 | -93/+131 |
* | Fix for pr104720: busted tableswitch on around advice weaving. | aclement | 2005-08-25 | 4 | -3/+14 |
* | fix for Bugzilla Bug 107898 | acolyer | 2005-08-24 | 2 | -0/+0 |
* | fix for pr107784, IllegalStateException on parsing generic signature | acolyer | 2005-08-24 | 2 | -0/+0 |
* | fix for pr107784, failure to parse an array of a primitive type when used as ... | acolyer | 2005-08-24 | 2 | -1/+13 |
* | Fixes for 82989 and 91381 - they can now be closed. | aclement | 2005-08-24 | 4 | -8/+23 |
* | two more bug testcases. | aclement | 2005-08-24 | 2 | -0/+38 |
* | whoops - did I forget to check this fix in earlier? | aclement | 2005-08-24 | 1 | -1/+1 |
* | fix for pr82752: ProgramElement.getSourceSignature returns "public" for "pri... | acolyer | 2005-08-24 | 2 | -3/+25 |