summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Expand)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
* 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
* generics: simple decp test, woooo !aclement2005-07-043-4/+51
* fix source location for @AJ + fix the AsmManager behavior for @AJ (still no l...avasseur2005-07-043-7/+16
* 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 enclo...aclement2005-06-162-3/+16
* 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 RunAllBeforeComm...avasseur2005-06-131-7/+8
* unused imports (only)wisberg2005-06-091-1/+0
* update to binary format as part of generics work, plus remove needless duplic...acolyer2005-06-091-3/+4
* @style if test, fixed Ajc that was not having sandbox in cp anymore in some c...avasseur2005-06-093-2/+12
* 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
* @style if support, parser support for if() / if(true)/ if(false) [might lead ...avasseur2005-06-081-1/+1
* 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