aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo me...acolyer2005-09-019-50/+51
* fix for pr102479, allow clients to provide a custom message handler / holder ...acolyer2005-09-012-9/+22
* ensure every section has an assigned id so that urls in generated html remain...acolyer2005-09-0114-104/+118
* fix for pr59076, much more memory efficient creation of join point static partsacolyer2005-09-0110-81/+397
* tests for pr59397, synthetic ITC arg confusing matchingacolyer2005-09-014-1/+16
* make sure we have *all* the formals in scope when unpacking the signatureacolyer2005-09-011-17/+29
* use the matchingSignature of a shadow for matching (not the synthetic sig)acolyer2005-09-011-1/+1
* don't match against synthetic constructor argsacolyer2005-09-011-0/+8
* enable an effectiveSignature to be set on a LazyMethodGenacolyer2005-09-011-0/+10
* remember the declared (non-synthetic) signature of an ITCacolyer2005-09-011-0/+3
* use the orginal (non-synthetic) constructor sig for matchingacolyer2005-09-012-1/+11
* enables a Shadow to have a signature to be used for matching that is distinct...acolyer2005-09-011-0/+13
* test and fix for pr74048, unused private warnings for aspect types.acolyer2005-09-014-0/+21
* add extra guard in runtime matching of args.acolyer2005-09-011-0/+4
* tests and fix for pr59196, args pcd not ignoring synthetic arguments at advic...acolyer2005-09-014-4/+62
* fixed a couple of typos reported by Alexander Popescu on the mailing list.acolyer2005-09-011-2/+2
* tests and fix for pr71159, visibility not taken into account when determining...acolyer2005-08-319-1/+147
* tests and fix for pr107858, inline field access in argument to proceed with t...acolyer2005-08-314-1/+24
* tests for pr104024, inner class constructed inline and passed as argument to ...acolyer2005-08-316-1/+26
* tests and fix for pr105479, declare parents introducing method override with ...acolyer2005-08-314-2/+22
* test for pr95992acolyer2005-08-313-1/+23
* fix for pr108370, enum switch in itd method with target type on the inpathacolyer2005-08-312-0/+0
* tests for pr108370, enum switch in itd method with target type on the inpathacolyer2005-08-314-1/+36
* fix for pr108454, 'Waving' crash on a 1.5 java generics?acolyer2005-08-311-0/+5
* tests for pr108454, 'Waving' crash on a 1.5 java generics?acolyer2005-08-317-4/+52
* fix for pr108448 - failing to look in *all* outer types for type variables wh...acolyer2005-08-315-37/+126
* fix for pr108377, Verify error on unqualified reference to itd field inside i...acolyer2005-08-317-0/+42
* fix for newsgroup reported problem w. assignability matching on type variablesacolyer2005-08-301-0/+5
* fix for pr107953, @AfterThrowing with no formalacolyer2005-08-305-35/+147
* tests for pr107953 and newsgroup reported issue of varargs matching with type...acolyer2005-08-306-3/+60
* "band aid" for pr107530. This will treat the symptom but not the underlying c...acolyer2005-08-303-1/+13
* fix for pr108425, type parameter used in method of anonymous inner type.acolyer2005-08-302-3/+12
* tests for pr108425 and pr108104acolyer2005-08-308-0/+191
* tests for pr108050, signature matching in multiple override scenarioV1_5_0M3aacolyer2005-08-265-4/+57
* fix for pr108014, when we don't find a method on a PTB, we shouldn't erase al...acolyer2005-08-262-0/+0
* no longer call genericTypeSignature on a LocalTypeBinding as it has unintende...acolyer2005-08-261-2/+4
* tests for pr108104acolyer2005-08-263-0/+40
* Fix for pr107713: classcastexception cant happen now.aclement2005-08-262-5/+18
* Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for "p...V1_5_0M3mkersten2005-08-252-20/+10
* tests for pr107898 and pr72668acolyer2005-08-255-0/+71
* hopefully this really is the very very last we'll see of can't find type $Loc...acolyer2005-08-251-2/+4
* updates for M3, mostly tidying and making it clear what is and is not support...acolyer2005-08-253-93/+131
* Fix for pr104720: busted tableswitch on around advice weaving.aclement2005-08-254-3/+14
* fix for Bugzilla Bug 107898acolyer2005-08-242-0/+0
* fix for pr107784, IllegalStateException on parsing generic signatureacolyer2005-08-242-0/+0
* fix for pr107784, failure to parse an array of a primitive type when used as ...acolyer2005-08-242-1/+13
* Fixes for 82989 and 91381 - they can now be closed.aclement2005-08-244-8/+23
* two more bug testcases.aclement2005-08-242-0/+38
* whoops - did I forget to check this fix in earlier?aclement2005-08-241-1/+1
* fix for pr82752: ProgramElement.getSourceSignature returns "public" for "pri...acolyer2005-08-242-3/+25