summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Expand)AuthorAgeFilesLines
* test cases for generic aspects can now be included in main suiteacolyer2005-08-121-1/+7
* test case and fix for (.....)+ type pattern parsingacolyer2005-08-122-0/+15
* genericitds: field type mungers now understand a map from type variable names...aclement2005-08-121-21/+36
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-121-0/+85
* test case for pr106634 :acolyer2005-08-112-3/+39
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-2/+9
* tests and fix for bug pr106461:acolyer2005-08-102-0/+10
* test cases for after throwing and after returning with generic and parameteri...acolyer2005-08-102-1/+134
* tests for args - this completes the implementation of generic and parameteriz...acolyer2005-08-092-33/+191
* genericitds: 2 big changes here: I've modifed the super/extends stuff so it...aclement2005-08-092-40/+80
* genericitds: test programs for ITDs targetting the different kinds of type.aclement2005-08-081-0/+22
* Fix for pr98901: copying annotations to new members created via ITD !!aclement2005-08-081-0/+1
* genericitds:aclement2005-08-082-22/+32
* generic itds:aclement2005-08-081-0/+45
* tests and implementation for calls to bridge methods. This completes the impl...acolyer2005-08-052-2/+14
* tests and fix for call pointcut matching with various generic and parameteriz...acolyer2005-08-052-10/+69
* genericitds: lots of new support for recursive type variables and ITD ctors.aclement2005-08-042-11/+105
* test cases for execution pointcut with generic and parameterized types. This ...acolyer2005-08-042-2/+58
* last couple of withincode tests - this completes the testing and implementati...acolyer2005-08-042-14/+17
* with the new matching algorithm, these tests now pass - hurrah!acolyer2005-08-041-3/+11
* improved and additional signature matching testsacolyer2005-08-042-4/+55
* genericitds: the possibilities are endless.aclement2005-07-292-5/+46
* genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ...aclement2005-07-292-3/+46
* tests for initialization and preinitialization pointcut matching with genericsacolyer2005-07-292-6/+63
* test cases for get, set, staticinitialization, this, target, and within point...acolyer2005-07-292-15/+137
* updates to tests in accordance with generics simplification planacolyer2005-07-282-23/+27
* fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as...avasseur2005-07-281-1/+2
* generic decp: now polices you supply the right number of parameters and they ...aclement2005-07-272-13/+21
* genericmethoditd: testcaseaclement2005-07-271-0/+4
* generics: testcase - static generic method ITDaclement2005-07-261-0/+9
* update to expected messages for type pattern matching with genericsacolyer2005-07-222-7/+10
* fix #104212 very bad bug on static method call jp that has been around since ...avasseur2005-07-222-0/+10
* more tests and refinement of existing testsacolyer2005-07-212-4/+9
* generics: fixes for decp testcases involving generic types targeted by param...aclement2005-07-212-16/+28
* fix in ltw log + test + some doc on custom message handler is evilavasseur2005-07-212-1/+10
* one more passing test...acolyer2005-07-201-6/+3
* commented out debug line...aclement2005-07-201-1/+1
* changes to construction and representation of parameterized types, and enforc...acolyer2005-07-201-1/+1
* ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes som...avasseur2005-07-182-0/+12
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-2/+2
* testcases for pr98901 (annotations copied to targets of decannotation). Not ...aclement2005-07-182-0/+400
* Fix for pr103266: allow for nulls in the visitor (can happen if there are syn...aclement2005-07-182-0/+8
* This is the beginning of a significant refactoring needed to cleanly support ...acolyer2005-07-152-5/+64
* more test cases covering generics in pointcut expressionsacolyer2005-07-132-0/+142
* test that a signature with a generic declaring type does not match on the era...acolyer2005-07-122-1/+11
* test that a the erasure of a signature matches a parameterized implementation...acolyer2005-07-122-0/+10
* fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as a...avasseur2005-07-112-4/+15
* added one simple test for matching members of a parameterized type.acolyer2005-07-112-13/+32
* generics: lots of generic decp tests.aclement2005-07-112-7/+117
* add offset in MethodDeclarationAttribute for @AJ in AJDTavasseur2005-07-051-2/+2