aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc
Commit message (Expand)AuthorAgeFilesLines
* some fixes for 117622aclement2005-11-231-15/+37
* tests and fix for pr116229 and pr116755. Also adds support and tests for pars...acolyer2005-11-193-0/+51
* fix for 103741 - use of java 5 specific language features now policed at < 1....acolyer2005-11-043-0/+3
* organized imports.aclement2005-11-011-3/+2
* hopefully the last of the array gremlins in the reflection based world...acolyer2005-10-281-2/+2
* added a test to make sure primitives work (they do), and also tidied up the a...acolyer2005-10-251-0/+6
* ensure that reflection based world can cope when given a java.lang.Class that...acolyer2005-10-241-0/+8
* moved stuff around to get rid of the annoying warning about foo() should be c...aclement2005-10-198-562/+0
* Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew...aclement2005-10-142-502/+0
* organized importsaclement2005-09-281-5/+12
* imports organized.aclement2005-09-261-8/+8
* load 1.5 dependent tests reflectively...acolyer2005-09-211-2/+5
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-2115-791/+760
* tests and a fix for the bug with no name, in which Pooh gets carried away and...acolyer2005-09-122-0/+5
* fix for pr108818, changed the signature of concretize and concretize1 to pass...acolyer2005-09-064-4/+4
* 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-0413-62/+356
* parser updates for generics simplification planacolyer2005-07-281-61/+126
* full support for generic wildcard (?, ? extends, ? super)acolyer2005-07-283-39/+472
* 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-112-0/+75
* moved some tests with 1.5 dependenciesacolyer2005-07-088-75/+187
* test cases for generics updates made by amcacolyer2005-07-086-1/+303
* include new test suites for generics updatesacolyer2005-07-081-0/+8
* 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-222-1/+125
* 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