| Commit message (Expand) | Author | Age | Files | Lines |
* | some fixes for 117622 | aclement | 2005-11-23 | 1 | -15/+37 |
* | tests and fix for pr116229 and pr116755. Also adds support and tests for pars... | acolyer | 2005-11-19 | 3 | -0/+51 |
* | fix for 103741 - use of java 5 specific language features now policed at < 1.... | acolyer | 2005-11-04 | 3 | -0/+3 |
* | organized imports. | aclement | 2005-11-01 | 1 | -3/+2 |
* | hopefully the last of the array gremlins in the reflection based world... | acolyer | 2005-10-28 | 1 | -2/+2 |
* | added a test to make sure primitives work (they do), and also tidied up the a... | acolyer | 2005-10-25 | 1 | -0/+6 |
* | ensure that reflection based world can cope when given a java.lang.Class that... | acolyer | 2005-10-24 | 1 | -0/+8 |
* | moved stuff around to get rid of the annoying warning about foo() should be c... | aclement | 2005-10-19 | 8 | -562/+0 |
* | Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew... | aclement | 2005-10-14 | 2 | -502/+0 |
* | organized imports | aclement | 2005-09-28 | 1 | -5/+12 |
* | imports organized. | aclement | 2005-09-26 | 1 | -8/+8 |
* | load 1.5 dependent tests reflectively... | acolyer | 2005-09-21 | 1 | -2/+5 |
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 15 | -791/+760 |
* | tests and a fix for the bug with no name, in which Pooh gets carried away and... | acolyer | 2005-09-12 | 2 | -0/+5 |
* | fix for pr108818, changed the signature of concretize and concretize1 to pass... | acolyer | 2005-09-06 | 4 | -4/+4 |
* | fix for pr108448 - failing to look in *all* outer types for type variables wh... | acolyer | 2005-08-31 | 1 | -2/+2 |
* | organized imports. | aclement | 2005-08-23 | 2 | -2/+0 |
* | tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ... | wisberg | 2005-08-18 | 1 | -4/+90 |
* | early "parameterizeWith" support for pointcuts | acolyer | 2005-08-11 | 1 | -0/+5 |
* | genericitds: 2 big changes here: I've modifed the super/extends stuff so it... | aclement | 2005-08-09 | 1 | -4/+2 |
* | tests and implementation for calls to bridge methods. This completes the impl... | acolyer | 2005-08-05 | 1 | -1/+1 |
* | changed Member to be an interface with impl MemberImpl. changed ResolvedMembe... | acolyer | 2005-08-04 | 13 | -62/+356 |
* | parser updates for generics simplification plan | acolyer | 2005-07-28 | 1 | -61/+126 |
* | full support for generic wildcard (?, ? extends, ? super) | acolyer | 2005-07-28 | 3 | -39/+472 |
* | fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as... | avasseur | 2005-07-28 | 1 | -1/+3 |
* | This commit simply makes the World a better place. | acolyer | 2005-07-23 | 1 | -1/+1 |
* | dont go looking for generic types pre 1.5 | aclement | 2005-07-21 | 1 | -11/+15 |
* | generics: fixes for decp testcases involving generic types targeted by param... | aclement | 2005-07-21 | 1 | -2/+2 |
* | ensure that when parameterizing a member, we handle any types that are themse... | acolyer | 2005-07-20 | 1 | -1/+15 |
* | changes to construction and representation of parameterized types, and enforc... | acolyer | 2005-07-20 | 5 | -21/+44 |
* | This is the beginning of a significant refactoring needed to cleanly support ... | acolyer | 2005-07-15 | 32 | -270/+272 |
* | organized importsPRE_ANDY | aclement | 2005-07-13 | 1 | -4/+2 |
* | test case updates... | acolyer | 2005-07-13 | 2 | -22/+13 |
* | a pointcut now has a simple list of type variable names in scope rather than ... | acolyer | 2005-07-12 | 1 | -32/+31 |
* | generics: use raw type of iterator | aclement | 2005-07-11 | 1 | -1/+1 |
* | generics: modified to use built in types since otherwise world setup is painful. | aclement | 2005-07-11 | 1 | -2/+2 |
* | test case for Enum conversions | acolyer | 2005-07-11 | 2 | -0/+75 |
* | moved some tests with 1.5 dependencies | acolyer | 2005-07-08 | 8 | -75/+187 |
* | test cases for generics updates made by amc | acolyer | 2005-07-08 | 6 | -1/+303 |
* | include new test suites for generics updates | acolyer | 2005-07-08 | 1 | -0/+8 |
* | copyright added. | aclement | 2005-06-23 | 1 | -0/+11 |
* | rename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePattern | acolyer | 2005-06-22 | 1 | -32/+32 |
* | test cases for TypeVariable implementation -- AMC | acolyer | 2005-06-22 | 2 | -1/+125 |
* | completed set of basic parser tests for pcds with type variables as per gener... | acolyer | 2005-06-20 | 1 | -2/+236 |
* | Some new TypeX tests to check parameterization processing is working. | aclement | 2005-06-14 | 1 | -0/+38 |
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -2/+0 |
* | This PointcutParser should *not* support if - it is not to be confused with t... | acolyer | 2005-06-09 | 1 | -70/+78 |
* | first batch of updates for generics :- largely parsing plus storage of type v... | acolyer | 2005-06-09 | 4 | -2/+175 |
* | @style if support, parser support for if() / if(true)/ if(false) [might lead ... | avasseur | 2005-06-08 | 1 | -3/+5 |
* | add getters for visitor, turned on poincut test case | avasseur | 2005-06-08 | 2 | -36/+28 |