| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests and fix for pr108062, failing to correctly tokenize (ZZLjava/...) | acolyer | 2005-09-02 | 3 | -1/+47 |
* | fix and test updates for enh 102459 - provide more detail in showWeaveInfo me... | acolyer | 2005-09-01 | 1 | -1/+1 |
* | tests for pr59397, synthetic ITC arg confusing matching | acolyer | 2005-09-01 | 4 | -1/+16 |
* | test and fix for pr74048, unused private warnings for aspect types. | acolyer | 2005-09-01 | 3 | -0/+13 |
* | tests and fix for pr59196, args pcd not ignoring synthetic arguments at advic... | acolyer | 2005-09-01 | 3 | -0/+26 |
* | tests and fix for pr71159, visibility not taken into account when determining... | acolyer | 2005-08-31 | 8 | -0/+130 |
* | tests and fix for pr107858, inline field access in argument to proceed with t... | acolyer | 2005-08-31 | 3 | -0/+23 |
* | tests for pr104024, inner class constructed inline and passed as argument to ... | acolyer | 2005-08-31 | 6 | -1/+26 |
* | tests and fix for pr105479, declare parents introducing method override with ... | acolyer | 2005-08-31 | 3 | -1/+21 |
* | test for pr95992 | acolyer | 2005-08-31 | 3 | -1/+23 |
* | tests for pr108370, enum switch in itd method with target type on the inpath | acolyer | 2005-08-31 | 4 | -1/+36 |
* | tests for pr108454, 'Waving' crash on a 1.5 java generics? | acolyer | 2005-08-31 | 6 | -1/+40 |
* | fix for pr108377, Verify error on unqualified reference to itd field inside i... | acolyer | 2005-08-31 | 3 | -0/+27 |
* | tests for pr107953 and newsgroup reported issue of varargs matching with type... | acolyer | 2005-08-30 | 6 | -3/+60 |
* | tests for pr108425 and pr108104 | acolyer | 2005-08-30 | 8 | -0/+191 |
* | tests for pr108050, signature matching in multiple override scenarioV1_5_0M3a | acolyer | 2005-08-26 | 3 | -1/+43 |
* | tests for pr108104 | acolyer | 2005-08-26 | 3 | -0/+40 |
* | tests for pr107898 and pr72668 | acolyer | 2005-08-25 | 5 | -0/+71 |
* | Fixes for 82989 and 91381 - they can now be closed. | aclement | 2005-08-24 | 3 | -0/+15 |
* | two more bug testcases. | aclement | 2005-08-24 | 2 | -0/+38 |
* | whoops - did I forget to check this fix in earlier? | aclement | 2005-08-24 | 1 | -1/+1 |
* | generic itd bridge tests - not all activated yet. | aclement | 2005-08-24 | 2 | -6/+47 |
* | generic itd bridge method test code. | aclement | 2005-08-24 | 11 | -1/+71 |
* | bridge method tests - commented out right now... | aclement | 2005-08-24 | 1 | -1/+13 |
* | new @override test plus genericitd bridge method tests. | aclement | 2005-08-24 | 1 | -0/+57 |
* | genericitds: bridge method testcode. | aclement | 2005-08-24 | 8 | -0/+210 |
* | @override - another case involving abstract ITDs | aclement | 2005-08-23 | 1 | -0/+17 |
* | @override support for ITDs. Plus some binary weaving generic ITD tests. | aclement | 2005-08-23 | 10 | -29/+96 |
* | @override with ITDs - testcases. | aclement | 2005-08-23 | 7 | -0/+133 |
* | has member tests + tests and fix for pr107486 | acolyer | 2005-08-23 | 6 | -10/+81 |
* | genericitds: activating more tests - including "uberaspects - U" - please don... | aclement | 2005-08-22 | 5 | -21/+31 |
* | genericitds: tests moved around and activated in GenericsTests | aclement | 2005-08-22 | 22 | -207/+504 |
* | hasmember (hasmethod / hasfield) tests - not linked into main suite at this p... | acolyer | 2005-08-21 | 8 | -0/+224 |
* | tests for pr83377 | acolyer | 2005-08-21 | 3 | -10/+80 |
* | tests for pr78314 and pr80571 | acolyer | 2005-08-20 | 3 | -1/+52 |
* | fix and test case for pr79523: BCException: illegal change to pointcut decla... | acolyer | 2005-08-19 | 3 | -1/+18 |
* | 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 | 3 | -0/+21 |
* | 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 |
* | 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 |
* | tests for pr78707, before returning and before throwing advice | acolyer | 2005-08-19 | 3 | -0/+22 |
* | tests for pr 64568 and 74562 | acolyer | 2005-08-19 | 4 | -0/+39 |
* | 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 |
* | just a few tests for generic aspects... | aclement | 2005-08-18 | 18 | -0/+773 |
* | 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 |