| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed bug whereby we were adding a String into an array of Signature objects | acolyer | 2005-08-11 | 1 | -1/+1 |
* | add test for proxy weaving and jit class weaving, update ltw doc | avasseur | 2005-08-11 | 10 | -16/+193 |
* | tests and fix for bug pr106461: | acolyer | 2005-08-10 | 5 | -0/+34 |
* | support for binding of parameterized types in after returning(). | acolyer | 2005-08-10 | 3 | -3/+49 |
* | test cases for after throwing and after returning with generic and parameteri... | acolyer | 2005-08-10 | 9 | -1/+404 |
* | ensure that the generic signature information for advice is retained | acolyer | 2005-08-10 | 1 | -1/+3 |
* | tests for args - this completes the implementation of generic and parameteriz... | acolyer | 2005-08-09 | 2 | -33/+191 |
* | now handles resolving of generic wildcards in type patterns | acolyer | 2005-08-09 | 1 | -9/+32 |
* | make sure that "all exact" testing takes into account subtype flags | acolyer | 2005-08-09 | 1 | -2/+7 |
* | >> and >>> are lexed as tokens by the JDT parser. We always want >,> and >,>,... | acolyer | 2005-08-09 | 1 | -1/+17 |
* | ensure we don't try and insert an instanceof test for a parameterized type | acolyer | 2005-08-09 | 1 | -3/+6 |
* | I only changed a comment, honestly, I only changed a comment.... | acolyer | 2005-08-09 | 1 | -0/+1 |
* | args fully updated for generics and parameterized types | acolyer | 2005-08-09 | 1 | -4/+38 |
* | don't try and make BcelObjectTypes for parameterized types | acolyer | 2005-08-09 | 1 | -1/+1 |
* | resolved members never belong to raw types, but the backing generic type | acolyer | 2005-08-09 | 1 | -0/+1 |
* | added getSimpleName which looks better when used in error and warning messages | acolyer | 2005-08-09 | 1 | -0/+29 |
* | a type variable reference type should never be treated as a generic wildcard | acolyer | 2005-08-09 | 1 | -0/+3 |
* | a shadow now remembers the resolved version of its signature | acolyer | 2005-08-09 | 1 | -0/+21 |
* | support for coercion testing with parameterized types | acolyer | 2005-08-09 | 1 | -2/+88 |
* | added unchecked match warning | acolyer | 2005-08-09 | 2 | -1/+5 |
* | added toGenericString | acolyer | 2005-08-09 | 4 | -0/+30 |
* | support for coercion testing | acolyer | 2005-08-09 | 1 | -1/+52 |
* | new tests cases for args with generics and generic methods in general | acolyer | 2005-08-09 | 8 | -0/+341 |
* | genericitds: 2 big changes here: I've modifed the super/extends stuff so it... | aclement | 2005-08-09 | 12 | -86/+271 |
* | GenericAspects: from AJDK | aclement | 2005-08-09 | 3 | -0/+90 |
* | this version is built with -1.3 ;) | acolyer | 2005-08-09 | 2 | -0/+0 |
* | some updates to make this sort-of-compile | acolyer | 2005-08-08 | 1 | -1/+7 |
* | updated rules that allow ITDs on generic types using type parameters | acolyer | 2005-08-08 | 3 | -0/+19 |
* | genericitds: reusing similar specifications for type variables in the same as... | aclement | 2005-08-08 | 1 | -0/+30 |
* | genericitds: test programs for ITDs targetting the different kinds of type. | aclement | 2005-08-08 | 4 | -0/+127 |
* | Fix for pr98901: copying annotations to new members created via ITD !! | aclement | 2005-08-08 | 5 | -154/+324 |
* | genericitds: | aclement | 2005-08-08 | 3 | -22/+32 |
* | generic itds: | aclement | 2005-08-08 | 1 | -0/+45 |
* | genericitds: sharing type variables with generic type - parsing test | aclement | 2005-08-08 | 1 | -0/+16 |
* | genericitds: test programs | aclement | 2005-08-08 | 7 | -0/+237 |
* | tests and implementation for calls to bridge methods. This completes the impl... | acolyer | 2005-08-05 | 8 | -25/+114 |
* | tests and fix for call pointcut matching with various generic and parameteriz... | acolyer | 2005-08-05 | 7 | -31/+298 |
* | genericitds: lots of new support for recursive type variables and ITD ctors. | aclement | 2005-08-04 | 15 | -131/+386 |
* | oops, this is the implementation that is needed for the execution tests I com... | acolyer | 2005-08-04 | 3 | -2/+43 |
* | test cases for execution pointcut with generic and parameterized types. This ... | acolyer | 2005-08-04 | 5 | -2/+235 |
* | last couple of withincode tests - this completes the testing and implementati... | acolyer | 2005-08-04 | 3 | -14/+21 |
* | with the new matching algorithm, these tests now pass - hurrah! | acolyer | 2005-08-04 | 2 | -3/+34 |
* | signature matching algorithm simplified, sorted, and fully genericised. | acolyer | 2005-08-04 | 2 | -0/+1028 |
* | improved and additional signature matching tests | acolyer | 2005-08-04 | 7 | -12/+213 |
* | changed Member to be an interface with impl MemberImpl. changed ResolvedMembe... | acolyer | 2005-08-04 | 51 | -1655/+1891 |
* | fixed broken example wrt. annotation inheritance | acolyer | 2005-08-04 | 1 | -8/+12 |
* | genericitds: more combinations | aclement | 2005-08-03 | 3 | -0/+84 |
* | genericitds: now we're getting silly.. | aclement | 2005-08-03 | 5 | -0/+132 |
* | genericitds: more combinations | aclement | 2005-08-03 | 4 | -0/+81 |
* | genericitds: the possibilities are endless. | aclement | 2005-07-29 | 8 | -11/+151 |