aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed bug whereby we were adding a String into an array of Signature objectsacolyer2005-08-111-1/+1
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-1110-16/+193
* tests and fix for bug pr106461:acolyer2005-08-105-0/+34
* support for binding of parameterized types in after returning().acolyer2005-08-103-3/+49
* test cases for after throwing and after returning with generic and parameteri...acolyer2005-08-109-1/+404
* ensure that the generic signature information for advice is retainedacolyer2005-08-101-1/+3
* tests for args - this completes the implementation of generic and parameteriz...acolyer2005-08-092-33/+191
* now handles resolving of generic wildcards in type patternsacolyer2005-08-091-9/+32
* make sure that "all exact" testing takes into account subtype flagsacolyer2005-08-091-2/+7
* >> and >>> are lexed as tokens by the JDT parser. We always want >,> and >,>,...acolyer2005-08-091-1/+17
* ensure we don't try and insert an instanceof test for a parameterized typeacolyer2005-08-091-3/+6
* I only changed a comment, honestly, I only changed a comment....acolyer2005-08-091-0/+1
* args fully updated for generics and parameterized typesacolyer2005-08-091-4/+38
* don't try and make BcelObjectTypes for parameterized typesacolyer2005-08-091-1/+1
* resolved members never belong to raw types, but the backing generic typeacolyer2005-08-091-0/+1
* added getSimpleName which looks better when used in error and warning messagesacolyer2005-08-091-0/+29
* a type variable reference type should never be treated as a generic wildcardacolyer2005-08-091-0/+3
* a shadow now remembers the resolved version of its signatureacolyer2005-08-091-0/+21
* support for coercion testing with parameterized typesacolyer2005-08-091-2/+88
* added unchecked match warningacolyer2005-08-092-1/+5
* added toGenericStringacolyer2005-08-094-0/+30
* support for coercion testingacolyer2005-08-091-1/+52
* new tests cases for args with generics and generic methods in generalacolyer2005-08-098-0/+341
* genericitds: 2 big changes here: I've modifed the super/extends stuff so it...aclement2005-08-0912-86/+271
* GenericAspects: from AJDKaclement2005-08-093-0/+90
* this version is built with -1.3 ;)acolyer2005-08-092-0/+0
* some updates to make this sort-of-compileacolyer2005-08-081-1/+7
* updated rules that allow ITDs on generic types using type parametersacolyer2005-08-083-0/+19
* genericitds: reusing similar specifications for type variables in the same as...aclement2005-08-081-0/+30
* genericitds: test programs for ITDs targetting the different kinds of type.aclement2005-08-084-0/+127
* Fix for pr98901: copying annotations to new members created via ITD !!aclement2005-08-085-154/+324
* genericitds:aclement2005-08-083-22/+32
* generic itds:aclement2005-08-081-0/+45
* genericitds: sharing type variables with generic type - parsing testaclement2005-08-081-0/+16
* genericitds: test programsaclement2005-08-087-0/+237
* tests and implementation for calls to bridge methods. This completes the impl...acolyer2005-08-058-25/+114
* tests and fix for call pointcut matching with various generic and parameteriz...acolyer2005-08-057-31/+298
* genericitds: lots of new support for recursive type variables and ITD ctors.aclement2005-08-0415-131/+386
* oops, this is the implementation that is needed for the execution tests I com...acolyer2005-08-043-2/+43
* test cases for execution pointcut with generic and parameterized types. This ...acolyer2005-08-045-2/+235
* last couple of withincode tests - this completes the testing and implementati...acolyer2005-08-043-14/+21
* with the new matching algorithm, these tests now pass - hurrah!acolyer2005-08-042-3/+34
* signature matching algorithm simplified, sorted, and fully genericised.acolyer2005-08-042-0/+1028
* improved and additional signature matching testsacolyer2005-08-047-12/+213
* changed Member to be an interface with impl MemberImpl. changed ResolvedMembe...acolyer2005-08-0451-1655/+1891
* fixed broken example wrt. annotation inheritanceacolyer2005-08-041-8/+12
* genericitds: more combinationsaclement2005-08-033-0/+84
* genericitds: now we're getting silly..aclement2005-08-035-0/+132
* genericitds: more combinationsaclement2005-08-034-0/+81
* genericitds: the possibilities are endless.aclement2005-07-298-11/+151