summaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/pointcuts
Commit message (Expand)AuthorAgeFilesLines
* tests and implementation for calls to bridge methods. This completes the impl...acolyer2005-08-051-0/+77
* tests and fix for call pointcut matching with various generic and parameteriz...acolyer2005-08-054-14/+218
* test cases for execution pointcut with generic and parameterized types. This ...acolyer2005-08-043-0/+177
* last couple of withincode tests - this completes the testing and implementati...acolyer2005-08-041-0/+4
* with the new matching algorithm, these tests now pass - hurrah!acolyer2005-08-041-0/+23
* improved and additional signature matching testsacolyer2005-08-043-0/+150
* tests for initialization and preinitialization pointcut matching with genericsacolyer2005-07-293-0/+92
* test cases for get, set, staticinitialization, this, target, and within point...acolyer2005-07-298-0/+312
* updates to tests in accordance with generics simplification planacolyer2005-07-282-4/+2
* annotated lines that should produce compilation warningsacolyer2005-07-221-4/+4
* fixes bug in test case caught by improved error messages in compileracolyer2005-07-211-1/+1
* This is the beginning of a significant refactoring needed to cleanly support ...acolyer2005-07-155-0/+148
* more test cases covering generics in pointcut expressionsacolyer2005-07-135-0/+87
* test that a signature with a generic declaring type does not match on the era...acolyer2005-07-121-0/+18
* test that a the erasure of a signature matches a parameterized implementation...acolyer2005-07-121-0/+17
* added one simple test for matching members of a parameterized type.acolyer2005-07-114-0/+39