| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updates for generic ITDs - see pr112105 for a description of all changes. | aclement | 2005-10-14 | 2 | -2/+18 |
* | generic itds - see pr112105 | aclement | 2005-10-11 | 3 | -0/+28 |
* | tests for generic abstract aspects | acolyer | 2005-10-06 | 8 | -30/+188 |
* | these changes prevent us from forgetting the interface bounds of a TypeVariab... | acolyer | 2005-10-05 | 1 | -1/+1 |
* | some abstract generic aspect tests, not yet linked into main suite | acolyer | 2005-10-05 | 3 | -0/+245 |
* | Let the bug floodgates open, reweavable is now default (pr91417) | aclement | 2005-10-05 | 2 | -2/+5 |
* | itd support in the MAP | acolyer | 2005-10-04 | 1 | -0/+181 |
* | completes all of the MAP bar ITDs | acolyer | 2005-10-03 | 5 | -0/+229 |
* | updates to reflection library (largely javadoc, but with a few small tweaks) | acolyer | 2005-09-30 | 2 | -9/+9 |
* | test fix | avasseur | 2005-09-29 | 1 | -1/+2 |
* | tests and fix for enh 108118, completes @SuppressAjWarnings implementation | acolyer | 2005-09-29 | 3 | -2/+48 |
* | #108488 @AspectJ perthis(..) was broken for some pointcut issue | avasseur | 2005-09-29 | 1 | -3/+3 |
* | perclause resolving | acolyer | 2005-09-29 | 1 | -0/+1 |
* | test for Adrian, #108488 - note: other test are commented out | avasseur | 2005-09-28 | 2 | -3/+36 |
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 3 | -0/+47 |
* | fix and test updates for enh 102459 - provide more detail in showWeaveInfo me... | acolyer | 2005-09-01 | 1 | -1/+1 |
* | tests for pr107953 and newsgroup reported issue of varargs matching with type... | acolyer | 2005-08-30 | 1 | -1/+1 |
* | two more bug testcases. | aclement | 2005-08-24 | 1 | -0/+16 |
* | whoops - did I forget to check this fix in earlier? | aclement | 2005-08-24 | 1 | -1/+1 |
* | generic itd bridge method test code. | aclement | 2005-08-24 | 11 | -1/+71 |
* | genericitds: bridge method testcode. | aclement | 2005-08-24 | 8 | -0/+210 |
* | @override - another case involving abstract ITDs | aclement | 2005-08-23 | 1 | -0/+17 |
* | @override support for ITDs. Plus some binary weaving generic ITD tests. | aclement | 2005-08-23 | 8 | -3/+34 |
* | @override with ITDs - testcases. | aclement | 2005-08-23 | 7 | -0/+133 |
* | genericitds: activating more tests - including "uberaspects - U" - please don... | aclement | 2005-08-22 | 3 | -7/+11 |
* | genericitds: tests moved around and activated in GenericsTests | aclement | 2005-08-22 | 20 | -179/+133 |
* | genericitds: I'll be finished when I get to Z | aclement | 2005-08-19 | 4 | -5/+306 |
* | genericitds: more funky tests. | aclement | 2005-08-19 | 1 | -12/+21 |
* | just a few tests for generic aspects... | aclement | 2005-08-18 | 18 | -0/+773 |
* | tests for examples in the ajdk generics chapter | acolyer | 2005-08-18 | 3 | -0/+143 |
* | test for pr93356 and generic binary weaving itds | aclement | 2005-08-18 | 1 | -0/+36 |
* | some binary weaving ITD tests, they dont pass yet. | aclement | 2005-08-18 | 4 | -0/+54 |
* | test cases for all examples in the new generics chapter of the ajdk | acolyer | 2005-08-17 | 6 | -0/+200 |
* | test for declare soft in a generic aspect when using type vars | acolyer | 2005-08-16 | 1 | -0/+51 |
* | 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 |
* | 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 |
* | 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 |
* | add test for proxy weaving and jit class weaving, update ltw doc | avasseur | 2005-08-11 | 2 | -1/+150 |
* | test cases for after throwing and after returning with generic and parameteri... | acolyer | 2005-08-10 | 7 | -0/+270 |
* | 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 | 2 | -5/+18 |
* | 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 |