summaryrefslogtreecommitdiffstats
path: root/tests/src/org
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Basically preserves wildcardbindings that are built by eclipse as boundedreferencetypes.
* tests for initialization and preinitialization pointcut matching with genericsacolyer2005-07-292-6/+63
|
* test cases for get, set, staticinitialization, this, target, and within ↵acolyer2005-07-292-15/+137
| | | | 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-23/+27
|
* fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed ↵avasseur2005-07-281-1/+2
| | | | as per doc
* generic decp: now polices you supply the right number of parameters and they ↵aclement2005-07-272-13/+21
| | | | have the right bounds on your decp statement.
* 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
| | | | java 1.4 is there
* more tests and refinement of existing testsacolyer2005-07-212-4/+9
|
* generics: fixes for decp testcases involving generic types targeted by ↵aclement2005-07-212-16/+28
| | | | parameterized decps. Type variables now persist in the system for longer... also LazyClassGen generates correct generic signatures for modified types.
* 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 ↵acolyer2005-07-201-1/+1
| | | | enforcement of the constraint that type mungers always operate on the generic type (never raw or parameterized)
* ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes ↵avasseur2005-07-182-0/+12
| | | | some stderr output when closure are encountered on ltw / dump
* @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
| | | | yet wired into the full 150 suite.
* Fix for pr103266: allow for nulls in the visitor (can happen if there are ↵aclement2005-07-182-0/+8
| | | | syntax errors)
* This is the beginning of a significant refactoring needed to cleanly support ↵acolyer2005-07-152-5/+64
| | | | 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-132-0/+142
|
* test that a signature with a generic declaring type does not match on the ↵acolyer2005-07-122-1/+11
| | | | erasure of the parameter types
* test that a the erasure of a signature matches a parameterized ↵acolyer2005-07-122-0/+10
| | | | implementation of a method
* fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as ↵avasseur2005-07-112-4/+15
| | | | another (or 2+) used as implicit bindings in @AJ
* added one simple test for matching members of a parameterized type.acolyer2005-07-112-13/+32
| | | | Took me 3 days to get it to pass!!!
* generics: lots of generic decp tests.aclement2005-07-112-7/+117
|
* add offset in MethodDeclarationAttribute for @AJ in AJDTavasseur2005-07-051-2/+2
|
* generics: simple decp test, woooo !aclement2005-07-043-4/+51
|
* fix source location for @AJ + fix the AsmManager behavior for @AJ (still no ↵avasseur2005-07-043-7/+16
| | | | luck in AJDT though)
* LTW weaver/dump@within option + fix a sout in weaveravasseur2005-06-202-0/+12
|
* Tests and fixes for bug 100260: methods inherited from a generic parentaclement2005-06-162-1/+7
|
* Fix and tests for bug 100227: [generics][itds] inner class with generic ↵aclement2005-06-162-3/+16
| | | | enclosing class
* generics bugs testcases.aclement2005-06-141-9/+6
|
* Altered classpath calculating logic to hopefully work on the build machineaclement2005-06-141-3/+4
|
* Tests for 98320, 99228, 99089: [generics][itds]aclement2005-06-141-0/+14
|
* fixed bug with LTW Xreweavable, fix this reflective issue in ↵avasseur2005-06-131-7/+8
| | | | RunAllBeforeCommit (was misnamed..)
* unused imports (only)wisberg2005-06-091-1/+0
|
* update to binary format as part of generics work, plus remove needless ↵acolyer2005-06-091-3/+4
| | | | duplication of tests in RunTheseBeforeYouCommitTests
* @style if test, fixed Ajc that was not having sandbox in cp anymore in some ↵avasseur2005-06-093-2/+12
| | | | case (ltw test failed)
* Tests for pr99089 - commented out in Ajc150Tests.javaaclement2005-06-092-1/+9
|
* Readded test, order fixed via precedenceaclement2005-06-091-4/+3
|
* test for if @style - a todo for Adrianavasseur2005-06-092-5/+11
|
* disabled test that assumes advice between unrelated aspects is ordered.wisberg2005-06-081-3/+4
|
* These fail and were not included in JUnit suite gather, but are caught up in ↵wisberg2005-06-081-14/+36
| | | | JUnit pattern gather, so I made them run disabled.
* @style if support, parser support for if() / if(true)/ if(false) [might lead ↵avasseur2005-06-081-1/+1
| | | | to issue with code style to allow "if()" )
* Tests and fixes for 98901: annotation copying on public ITDsaclement2005-06-081-0/+12
|
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-11/+29
|