summaryrefslogtreecommitdiffstats
path: root/tests/java5
Commit message (Collapse)AuthorAgeFilesLines
* improved and additional signature matching testsacolyer2005-08-045-8/+158
|
* genericitds: more combinationsaclement2005-08-033-0/+84
|
* genericitds: now we're getting silly..aclement2005-08-035-0/+132
|
* genericitds: more combinationsaclement2005-08-034-0/+81
|
* genericitds: the possibilities are endless.aclement2005-07-296-6/+105
|
* genericitds: using wildcard '? extends' with typevariables.aclement2005-07-291-0/+20
|
* tests for initialization and preinitialization pointcut matching with genericsacolyer2005-07-293-0/+92
|
* genericitds: using wildcard '? extends Type'aclement2005-07-292-0/+41
|
* genericitds: using wildcard '? extends' with typevariables.aclement2005-07-292-0/+36
|
* test cases for get, set, staticinitialization, this, target, and within ↵acolyer2005-07-298-0/+312
| | | | pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete.
* updates to tests in accordance with generics simplification planacolyer2005-07-282-4/+2
|
* changed dumb testcaseaclement2005-07-271-4/+5
|
* sick sick sick generic itd tests.aclement2005-07-263-0/+54
|
* generics: testcase - static generic method ITDaclement2005-07-261-0/+23
|
* annotated lines that should produce compilation warningsacolyer2005-07-221-4/+4
|
* fix #104212 very bad bug on static method call jp that has been around since ↵avasseur2005-07-221-0/+64
| | | | java 1.4 is there
* fixes bug in test case caught by improved error messages in compileracolyer2005-07-211-1/+1
|
* generics: fixes for decp testcases involving generic types targeted by ↵aclement2005-07-212-3/+7
| | | | parameterized decps. Type variables now persist in the system for longer... also LazyClassGen generates correct generic signatures for modified types.
* tidy up after a run...aclement2005-07-211-0/+5
|
* fix in ltw log + test + some doc on custom message handler is evilavasseur2005-07-219-0/+239
|
* generics: testcase for decp'ing parameterized type onto a generic type that ↵aclement2005-07-201-0/+18
| | | | implements a parameterized type using a type variable type parameter ;)
* ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes ↵avasseur2005-07-186-0/+145
| | | | some stderr output when closure are encountered on ltw / dump
* fix LTW for JMX stuff, rename messageHolder, some doc on that + dumpavasseur2005-07-184-4/+4
|
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-7/+1
|
* This is the beginning of a significant refactoring needed to cleanly support ↵acolyer2005-07-155-0/+148
| | | | generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes.
* 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 ↵acolyer2005-07-121-0/+18
| | | | erasure of the parameter types
* test that a the erasure of a signature matches a parameterized ↵acolyer2005-07-121-0/+17
| | | | implementation of a method
* fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as ↵avasseur2005-07-112-5/+172
| | | | another (or 2+) used as implicit bindings in @AJ
* added one simple test for matching members of a parameterized type.acolyer2005-07-114-0/+39
| | | | Took me 3 days to get it to pass!!!
* generics: decp tests, binary weavingaclement2005-07-088-0/+33
|
* generics: decp testsaclement2005-07-083-0/+34
|
* generics: decp testcasesaclement2005-07-044-2/+31
|
* fix source location for @AJ + fix the AsmManager behavior for @AJ (still no ↵avasseur2005-07-043-1/+170
| | | | luck in AJDT though)
* generics: trivial decp implements.aclement2005-07-041-4/+6
|
* generics decp test.aclement2005-06-211-1/+1
|
* LTW weaver/dump@within option + fix a sout in weaveravasseur2005-06-204-0/+72
|
* update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵acolyer2005-06-202-4/+4
| | | | introduction of PointcutExpression interface
* fixed bug with LTW Xreweavable, fix this reflective issue in ↵avasseur2005-06-132-1/+2
| | | | RunAllBeforeCommit (was misnamed..)
* @style if test, fixed Ajc that was not having sandbox in cp anymore in some ↵avasseur2005-06-095-9/+142
| | | | case (ltw test failed)
* Readded test, order fixed via precedenceaclement2005-06-091-0/+2
|
* test for if @style - a todo for Adrianavasseur2005-06-092-24/+18
|
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-0/+46
|
* Tests and fixes for 98901: annotation copying on public ITDsaclement2005-06-082-0/+66
|
* Improved generic ITD tests.aclement2005-06-083-2/+5
|
* finally fixed 75442+78383, impl a visitor pattern in patterns package, ↵avasseur2005-06-071-0/+1
| | | | turned on LTWperClause tests (clean up will follow, just want this visitor in for now)
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-034-0/+116
|
* fix some glitches in test cases to ensure that these are legal AspectJ ↵acolyer2005-06-024-6/+6
| | | | declarations...
* GenericsWork: ITD testcodeaclement2005-06-0212-0/+136
|
* GenericsWork: new test programs for bug reports.aclement2005-06-014-0/+60
|