aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo ↵acolyer2005-09-019-50/+51
| | | | messages.
* fix for pr102479, allow clients to provide a custom message handler / holder ↵acolyer2005-09-012-9/+22
| | | | to be used in place of the default if so desired.
* ensure every section has an assigned id so that urls in generated html ↵acolyer2005-09-0114-104/+118
| | | | remain stable across builds.
* 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 ↵acolyer2005-09-011-0/+13
| | | | distinct from the full signature (which may include synthetic args)
* 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 ↵acolyer2005-09-014-4/+62
| | | | adviceexecution join points
* 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 ↵acolyer2005-08-319-1/+147
| | | | determining matching signatures with overrides
* tests and fix for pr107858, inline field access in argument to proceed with ↵acolyer2005-08-314-1/+24
| | | | too many arguments
* tests for pr104024, inner class constructed inline and passed as argument to ↵acolyer2005-08-316-1/+26
| | | | varargs method
* tests and fix for pr105479, declare parents introducing method override with ↵acolyer2005-08-314-2/+22
| | | | covariance
* 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 ↵acolyer2005-08-315-37/+126
| | | | when resolving a generic signature.
* fix for pr108377, Verify error on unqualified reference to itd field inside ↵acolyer2005-08-317-0/+42
| | | | itd method.
* 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 ↵acolyer2005-08-306-3/+60
| | | | type variable vararg
* "band aid" for pr107530. This will treat the symptom but not the underlying ↵acolyer2005-08-303-1/+13
| | | | cause...
* 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 ↵acolyer2005-08-262-0/+0
| | | | all records of the methods that we do have!
* no longer call genericTypeSignature on a LocalTypeBinding as it has ↵acolyer2005-08-261-2/+4
| | | | unintended side effects
* 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 ↵V1_5_0M3mkersten2005-08-252-20/+10
| | | | "private" members
* 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 ↵acolyer2005-08-251-2/+4
| | | | $Local$ messages
* updates for M3, mostly tidying and making it clear what is and is not ↵acolyer2005-08-253-93/+131
| | | | supported in the M3 build
* Fix for pr104720: busted tableswitch on around advice weaving.aclement2005-08-254-3/+14
|
* fix for Bugzilla Bug 107898acolyer2005-08-242-0/+0
| | | | [generics] Type mismatch when returning T (but stranger)
* 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
| | | | a type variable
* 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 ↵acolyer2005-08-242-3/+25
| | | | "private" members