| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | genericitds: more method/ctor ITDs that use their target types generic type v... | aclement | 2005-08-15 | 12 | -0/+217 |
* | genericitds: more method/ctor ITDs that use their target types generic type v... | aclement | 2005-08-14 | 4 | -5/+44 |
* | genericitds: more combinations... | aclement | 2005-08-13 | 10 | -0/+162 |
* | genericitds: method ITDs that use their target types generic type variables. | aclement | 2005-08-12 | 13 | -0/+212 |
* | test cases for generic aspects can now be included in main suite | acolyer | 2005-08-12 | 1 | -1/+7 |
* | test case and fix for (.....)+ type pattern parsing | acolyer | 2005-08-12 | 3 | -0/+39 |
* | genericitds: field type mungers now understand a map from type variable names... | aclement | 2005-08-12 | 1 | -21/+36 |
* | genericitds: Using target type variables in your ITD field declarations. | aclement | 2005-08-12 | 1 | -0/+85 |
* | genericitds: Using target type variables in your ITD field declarations. | aclement | 2005-08-12 | 1 | -0/+11 |
* | genericitds: Using target type variables in your ITD field declarations. | aclement | 2005-08-12 | 15 | -0/+258 |
* | patch from David Knibb (IBM) to make test more resilient to JVM differences i... | acolyer | 2005-08-12 | 1 | -3/+29 |
* | generic aspect testcases - woohoo! | acolyer | 2005-08-11 | 4 | -0/+118 |
* | a declare parents in an abstract aspect has no effect unless at least one con... | acolyer | 2005-08-11 | 2 | -0/+8 |
* | forgot to add that one in my last commit | avasseur | 2005-08-11 | 1 | -0/+8 |
* | updated to test for non-parameterized super aspect | acolyer | 2005-08-11 | 1 | -3/+3 |
* | test case for pr106634 : | acolyer | 2005-08-11 | 3 | -3/+44 |
* | add test for proxy weaving and jit class weaving, update ltw doc | avasseur | 2005-08-11 | 4 | -3/+159 |
* | tests and fix for bug pr106461: | acolyer | 2005-08-10 | 3 | -0/+28 |
* | test cases for after throwing and after returning with generic and parameteri... | acolyer | 2005-08-10 | 9 | -1/+404 |
* | tests for args - this completes the implementation of generic and parameteriz... | acolyer | 2005-08-09 | 2 | -33/+191 |
* | 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 | 4 | -45/+98 |
* | GenericAspects: from AJDK | aclement | 2005-08-09 | 3 | -0/+90 |
* | some updates to make this sort-of-compile | acolyer | 2005-08-08 | 1 | -1/+7 |
* | 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 | 1 | -0/+1 |
* | 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 | 3 | -2/+91 |
* | tests and fix for call pointcut matching with various generic and parameteriz... | acolyer | 2005-08-05 | 6 | -24/+287 |
* | genericitds: lots of new support for recursive type variables and ITD ctors. | aclement | 2005-08-04 | 2 | -11/+105 |
* | 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 |
* | improved and additional signature matching tests | acolyer | 2005-08-04 | 7 | -12/+213 |
* | 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 |
* | genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ... | aclement | 2005-07-29 | 2 | -3/+46 |
* | genericitds: using wildcard '? extends' with typevariables. | aclement | 2005-07-29 | 1 | -0/+20 |
* | tests for initialization and preinitialization pointcut matching with generics | acolyer | 2005-07-29 | 5 | -6/+155 |
* | genericitds: using wildcard '? extends Type' | aclement | 2005-07-29 | 2 | -0/+41 |
* | genericitds: using wildcard '? extends' with typevariables. | aclement | 2005-07-29 | 2 | -0/+36 |
* | test cases for get, set, staticinitialization, this, target, and within point... | acolyer | 2005-07-29 | 10 | -15/+449 |
* | updates to tests in accordance with generics simplification plan | acolyer | 2005-07-28 | 4 | -27/+29 |
* | fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as... | avasseur | 2005-07-28 | 1 | -1/+2 |