aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc/org
Commit message (Expand)AuthorAgeFilesLines
* fix for pr108448 - failing to look in *all* outer types for type variables wh...acolyer2005-08-311-2/+2
* organized imports.aclement2005-08-232-2/+0
* tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ...wisberg2005-08-181-4/+90
* early "parameterizeWith" support for pointcutsacolyer2005-08-111-0/+5
* genericitds: 2 big changes here: I've modifed the super/extends stuff so it...aclement2005-08-091-4/+2
* tests and implementation for calls to bridge methods. This completes the impl...acolyer2005-08-051-1/+1
* changed Member to be an interface with impl MemberImpl. changed ResolvedMembe...acolyer2005-08-0411-62/+350
* parser updates for generics simplification planacolyer2005-07-281-61/+126
* full support for generic wildcard (?, ? extends, ? super)acolyer2005-07-282-37/+470
* fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as...avasseur2005-07-281-1/+3
* This commit simply makes the World a better place.acolyer2005-07-231-1/+1
* dont go looking for generic types pre 1.5aclement2005-07-211-11/+15
* generics: fixes for decp testcases involving generic types targeted by param...aclement2005-07-211-2/+2
* ensure that when parameterizing a member, we handle any types that are themse...acolyer2005-07-201-1/+15
* changes to construction and representation of parameterized types, and enforc...acolyer2005-07-205-21/+44
* This is the beginning of a significant refactoring needed to cleanly support ...acolyer2005-07-1532-270/+272
* organized importsPRE_ANDYaclement2005-07-131-4/+2
* test case updates...acolyer2005-07-132-22/+13
* a pointcut now has a simple list of type variable names in scope rather than ...acolyer2005-07-121-32/+31
* generics: use raw type of iteratoraclement2005-07-111-1/+1
* generics: modified to use built in types since otherwise world setup is painful.aclement2005-07-111-2/+2
* test case for Enum conversionsacolyer2005-07-111-0/+73
* moved some tests with 1.5 dependenciesacolyer2005-07-086-63/+147
* test cases for generics updates made by amcacolyer2005-07-086-1/+303
* copyright added.aclement2005-06-231-0/+11
* rename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePatternacolyer2005-06-221-32/+32
* test cases for TypeVariable implementation -- AMCacolyer2005-06-221-0/+123
* completed set of basic parser tests for pcds with type variables as per gener...acolyer2005-06-201-2/+236
* Some new TypeX tests to check parameterization processing is working.aclement2005-06-141-0/+38
* unused imports (only)wisberg2005-06-091-2/+0
* This PointcutParser should *not* support if - it is not to be confused with t...acolyer2005-06-091-70/+78
* first batch of updates for generics :- largely parsing plus storage of type v...acolyer2005-06-094-2/+175
* @style if support, parser support for if() / if(true)/ if(false) [might lead ...avasseur2005-06-081-3/+5
* add getters for visitor, turned on poincut test caseavasseur2005-06-082-36/+28
* Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is t...aclement2005-06-071-3/+3
* mock test to avoid junit no test in there (temp / waiting for Adrian fix in p...avasseur2005-06-071-0/+4
* test case for pattern visitor, issue with varargs so test case for Adrian to ...avasseur2005-06-072-0/+81
* GenericsWork: Minor mod to Member.typesToSignature() call - now the caller ca...aclement2005-06-011-1/+1
* empty pseudo-test required by ant junitwisberg2005-05-211-0/+1
* making Test a TestCasewisberg2005-05-211-1/+4
* forget the empty pseudo-test required by ant junitwisberg2005-05-211-1/+1
* test fails unless setup and run manually, so skipped with instructionswisberg2005-05-211-1/+2
* Reduced duplication of vm checking logic.aclement2005-05-122-32/+10
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +...avasseur2005-05-041-0/+1
* support in ajc for parsing and error reporting of @AspectJ style aspect defin...acolyer2005-04-251-1/+1
* this set of commits teaches the TypeX world about parameterized types. it han...acolyer2005-04-201-0/+15
* copyright addedaclement2005-04-148-0/+80
* From The Branch: Alex's changes in the weaver module to avoid use of the defa...aclement2005-04-1312-3/+541
* Guard test execution on 1.5 vm levelaclement2005-03-112-7/+43
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-101-6/+2