| Commit message (Expand) | Author | Age | Files | Lines |
* | tests for pr78707, before returning and before throwing advice | acolyer | 2005-08-19 | 1 | -0/+7 |
* | tests for pr 64568 and 74562 | acolyer | 2005-08-19 | 1 | -0/+12 |
* | wording changed in some JDT compiler messages | acolyer | 2005-08-19 | 1 | -5/+4 |
* | tests for pr107059 and generics chapter of ajdk | acolyer | 2005-08-18 | 1 | -1/+57 |
* | test for pr93356 and generic binary weaving itds | aclement | 2005-08-18 | 1 | -0/+57 |
* | added ajdk generics tests and test for annotation matching on intermediate ty... | acolyer | 2005-08-17 | 1 | -0/+88 |
* | ajc-test drivers for 106130, 107059, and declare soft in generic aspect | acolyer | 2005-08-16 | 1 | -4/+29 |
* | test case and fix for (.....)+ type pattern parsing | acolyer | 2005-08-12 | 1 | -0/+11 |
* | genericitds: Using target type variables in your ITD field declarations. | aclement | 2005-08-12 | 1 | -0/+85 |
* | test case for pr106634 : | acolyer | 2005-08-11 | 1 | -3/+35 |
* | tests and fix for bug pr106461: | acolyer | 2005-08-10 | 1 | -0/+8 |
* | test cases for after throwing and after returning with generic and parameteri... | acolyer | 2005-08-10 | 1 | -1/+106 |
* | tests for args - this completes the implementation of generic and parameteriz... | acolyer | 2005-08-09 | 1 | -5/+124 |
* | genericitds: 2 big changes here: I've modifed the super/extends stuff so it... | aclement | 2005-08-09 | 1 | -0/+10 |
* | genericitds: test programs for ITDs targetting the different kinds of type. | aclement | 2005-08-08 | 1 | -0/+22 |
* | genericitds: | aclement | 2005-08-08 | 1 | -0/+4 |
* | generic itds: | aclement | 2005-08-08 | 1 | -0/+45 |
* | tests and implementation for calls to bridge methods. This completes the impl... | acolyer | 2005-08-05 | 1 | -2/+10 |
* | tests and fix for call pointcut matching with various generic and parameteriz... | acolyer | 2005-08-05 | 1 | -2/+42 |
* | genericitds: lots of new support for recursive type variables and ITD ctors. | aclement | 2005-08-04 | 1 | -3/+62 |
* | test cases for execution pointcut with generic and parameterized types. This ... | acolyer | 2005-08-04 | 1 | -0/+39 |
* | last couple of withincode tests - this completes the testing and implementati... | acolyer | 2005-08-04 | 1 | -8/+11 |
* | with the new matching algorithm, these tests now pass - hurrah! | acolyer | 2005-08-04 | 1 | -3/+11 |
* | improved and additional signature matching tests | acolyer | 2005-08-04 | 1 | -3/+34 |
* | genericitds: the possibilities are endless. | aclement | 2005-07-29 | 1 | -0/+33 |
* | genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ... | aclement | 2005-07-29 | 1 | -1/+35 |
* | tests for initialization and preinitialization pointcut matching with generics | acolyer | 2005-07-29 | 1 | -1/+46 |
* | test cases for get, set, staticinitialization, this, target, and within point... | acolyer | 2005-07-29 | 1 | -1/+93 |
* | updates to tests in accordance with generics simplification plan | acolyer | 2005-07-28 | 1 | -3/+4 |
* | generic decp: now polices you supply the right number of parameters and they ... | aclement | 2005-07-27 | 1 | -7/+11 |
* | generics: testcase - static generic method ITD | aclement | 2005-07-26 | 1 | -0/+9 |
* | update to expected messages for type pattern matching with generics | acolyer | 2005-07-22 | 1 | -1/+4 |
* | more tests and refinement of existing tests | acolyer | 2005-07-21 | 1 | -0/+5 |
* | generics: fixes for decp testcases involving generic types targeted by param... | aclement | 2005-07-21 | 1 | -9/+17 |
* | testcases for pr98901 (annotations copied to targets of decannotation). Not ... | aclement | 2005-07-18 | 1 | -0/+262 |
* | Fix for pr103266: allow for nulls in the visitor (can happen if there are syn... | aclement | 2005-07-18 | 1 | -0/+6 |
* | This is the beginning of a significant refactoring needed to cleanly support ... | acolyer | 2005-07-15 | 1 | -0/+39 |
* | more test cases covering generics in pointcut expressions | acolyer | 2005-07-13 | 1 | -0/+52 |
* | test that a signature with a generic declaring type does not match on the era... | acolyer | 2005-07-12 | 1 | -1/+7 |
* | test that a the erasure of a signature matches a parameterized implementation... | acolyer | 2005-07-12 | 1 | -0/+6 |
* | added one simple test for matching members of a parameterized type. | acolyer | 2005-07-11 | 1 | -11/+23 |
* | generics: lots of generic decp tests. | aclement | 2005-07-11 | 1 | -3/+44 |
* | generics: simple decp test, woooo ! | aclement | 2005-07-04 | 1 | -2/+26 |
* | Tests and fixes for bug 100260: methods inherited from a generic parent | aclement | 2005-06-16 | 1 | -0/+5 |
* | Fix and tests for bug 100227: [generics][itds] inner class with generic enclo... | aclement | 2005-06-16 | 1 | -0/+12 |
* | Tests for 98320, 99228, 99089: [generics][itds] | aclement | 2005-06-14 | 1 | -0/+14 |
* | Tests for pr99089 - commented out in Ajc150Tests.java | aclement | 2005-06-09 | 1 | -1/+5 |
* | Tests for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 1 | -11/+29 |
* | tests for pr84260: static imports | aclement | 2005-06-08 | 1 | -0/+14 |
* | Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin. | aclement | 2005-06-07 | 1 | -0/+5 |