| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests for pr83377 | acolyer | 2005-08-21 | 3 | -10/+80 |
* | updated jars with fix for pr83377, which was basically some messed up legal o... | acolyer | 2005-08-21 | 2 | -0/+0 |
* | added new method, methods() which returns all methods of a type, including it... | acolyer | 2005-08-21 | 1 | -1/+13 |
* | tests for pr78314 and pr80571 | acolyer | 2005-08-20 | 3 | -1/+52 |
* | fix for pr78314, parser saying: "privileged" expected in far too many recover... | acolyer | 2005-08-20 | 2 | -0/+0 |
* | fix and test case for pr79523: BCException: illegal change to pointcut decla... | acolyer | 2005-08-19 | 4 | -1/+19 |
* | test for pr104529, @SuppressWarnings("unchecked") not being honored | acolyer | 2005-08-19 | 3 | -0/+30 |
* | fix for pr86057, overriding of final pointcut | acolyer | 2005-08-19 | 6 | -0/+32 |
* | genericitds: I'll be finished when I get to Z | aclement | 2005-08-19 | 4 | -5/+306 |
* | genericitds: more funky tests. | aclement | 2005-08-19 | 1 | -12/+21 |
* | make sure that fields don't have a void type in a get / set pointcut expression | acolyer | 2005-08-19 | 3 | -1/+10 |
* | tests for pr78261, field patterns with a void field type | acolyer | 2005-08-19 | 4 | -1/+22 |
* | tests for pr91114, (before - after) expression | acolyer | 2005-08-19 | 3 | -1/+20 |
* | fix for pr9114, before and after used as var names in parenthesized expressions | acolyer | 2005-08-19 | 2 | -0/+0 |
* | tests for pr78707, before returning and before throwing advice | acolyer | 2005-08-19 | 3 | -0/+22 |
* | fix for Bugzilla Bug 78707 | acolyer | 2005-08-19 | 2 | -0/+0 |
* | tests for pr 64568 and 74562 | acolyer | 2005-08-19 | 4 | -0/+39 |
* | fix for Bugzilla Bug 74562 | acolyer | 2005-08-19 | 2 | -0/+0 |
* | updated parser w. itd error recovery | acolyer | 2005-08-19 | 2 | -0/+0 |
* | the big one. these jars are at Eclipse 3.1 final level (v_574_R31X) | acolyer | 2005-08-19 | 2 | -0/+0 |
* | wording changed in some JDT compiler messages | acolyer | 2005-08-19 | 1 | -5/+4 |
* | collection of really basic tests to use when bringing up a new version of the... | acolyer | 2005-08-19 | 4 | -0/+55 |
* | overrides getOwningClass from MethodBinding to ensure correct results in some... | acolyer | 2005-08-19 | 1 | -0/+5 |
* | new JDT compiler uses a Map instead of a Hashtable for CompilationUnit.compil... | acolyer | 2005-08-19 | 2 | -10/+11 |
* | replacing the bloated ones in CVS ! | aclement | 2005-08-18 | 2 | -0/+0 |
* | just a few tests for generic aspects... | aclement | 2005-08-18 | 18 | -0/+773 |
* | force parameterizeWith to be implemented all the way down the hierarchy | acolyer | 2005-08-18 | 1 | -5/+18 |
* | handle reference pointcuts of the from Generic<X>.foo() | acolyer | 2005-08-18 | 1 | -0/+33 |
* | allow a reference pointcut reference of the form Generic<String>.foo() | acolyer | 2005-08-18 | 1 | -1/+7 |
* | make sure we don't lose source location on parameterizeWith | acolyer | 2005-08-18 | 1 | -5/+7 |
* | also parameterize annotation pattern | acolyer | 2005-08-18 | 1 | -4/+2 |
* | support for parameterizeWith | acolyer | 2005-08-18 | 10 | -0/+101 |
* | implementation of parameterizeWith and fix for 107059 part 2 | acolyer | 2005-08-18 | 1 | -2/+33 |
* | messages for trying to reference a pointcut in a generic type from a raw type... | acolyer | 2005-08-18 | 2 | -1/+4 |
* | SuppressAjWarnings should not suppress errors! | acolyer | 2005-08-18 | 1 | -1/+6 |
* | tests for pr107059 and generics chapter of ajdk | acolyer | 2005-08-18 | 3 | -1/+73 |
* | tests for examples in the ajdk generics chapter | acolyer | 2005-08-18 | 3 | -0/+143 |
* | follow-on test for pr107159 | acolyer | 2005-08-18 | 1 | -0/+14 |
* | Makes sure it looks on the generic members for annotations in the case of ITDs. | aclement | 2005-08-18 | 1 | -2/+7 |
* | switched test around. | aclement | 2005-08-18 | 1 | -1/+1 |
* | Andrews test for pr93356 | aclement | 2005-08-18 | 1 | -0/+4 |
* | test for pr93356 and generic binary weaving itds | aclement | 2005-08-18 | 2 | -0/+93 |
* | some binary weaving ITD tests, they dont pass yet. | aclement | 2005-08-18 | 4 | -0/+54 |
* | Modified access to onType to be via a get/set pair - enabling me to get in an... | aclement | 2005-08-18 | 3 | -4/+12 |
* | I think that astore at the start of the exception block is the right pattern ... | aclement | 2005-08-18 | 1 | -0/+1 |
* | tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ... | wisberg | 2005-08-18 | 8 | -4/+169 |
* | Fix 106736 - permitting classes dir as aspect URL (also permitting .zip files) | wisberg | 2005-08-18 | 1 | -1/+3 |
* | comment only on poorly-named but public addLibraryJarFile(..) | wisberg | 2005-08-18 | 1 | -0/+5 |
* | Using JLS 20.18.7 system property for version per mailing list request | wisberg | 2005-08-18 | 2 | -1/+9 |
* | deleted the section about declaring a pertypewithin aspect with a type variab... | acolyer | 2005-08-17 | 1 | -26/+1 |