aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes for ensuring inherited ITDs are visible to the methodverifier for bridg...aclement2005-08-242-0/+0
* generic itd bridge tests - not all activated yet.aclement2005-08-242-6/+47
* with the fix to ensure the methodverifier in the compiler retrieves any inher...aclement2005-08-241-4/+20
* generic itd bridge method test code.aclement2005-08-2411-1/+71
* organized imports.aclement2005-08-245-11/+22
* better error messages when failing to unpack a generic signatureacolyer2005-08-244-4/+17
* last piece of the $Local$ fixacolyer2005-08-241-1/+15
* bridge method tests - commented out right now...aclement2005-08-241-1/+13
* new @override test plus genericitd bridge method tests.aclement2005-08-241-0/+57
* genericitds: bridge method testcode.aclement2005-08-248-0/+210
* organized imports.aclement2005-08-2310-10/+0
* added dependency on loadtime so that loadtime makes it into aspectjtools.jar ...aclement2005-08-231-11/+12
* @override fix: previous version didnt cope with abstract ITDs (yuck)aclement2005-08-231-9/+19
* @override - another case involving abstract ITDsaclement2005-08-231-0/+17
* @override support for ITDs. Plus some binary weaving generic ITD tests.aclement2005-08-2313-34/+222
* @override with ITDs - testcases.aclement2005-08-237-0/+133
* fix for pr107486, anonymous local typesacolyer2005-08-232-0/+0
* has member tests + tests and fix for pr107486acolyer2005-08-236-10/+81
* support for anonymous local type registrationacolyer2005-08-232-2/+18
* support for -XhasMemberacolyer2005-08-2313-6/+63
* Removed dead code.mkersten2005-08-233-53/+14
* genericitds: activating more tests - including "uberaspects - U" - please don...aclement2005-08-225-21/+31
* genericitds: simplified!!aclement2005-08-223-18/+4
* genericitds: tests moved around and activated in GenericsTestsaclement2005-08-2222-207/+504
* genericsitds: modified with a couple of new hooks for allowing the use of tar...aclement2005-08-222-0/+0
* genericitds: simplified!! doesnt need to tell member finder the munger setsaclement2005-08-221-9/+7
* genericitds: simplified!! No crappy fake tvars created. no need to remember...aclement2005-08-221-115/+2
* genericitds: scope can now lookup type variables when referenced via the alia...aclement2005-08-221-0/+27
* genericitds: deleted! Functionality pushed down into ParameterizedFieldBindingaclement2005-08-221-55/+0
* genericitds: modified creation of bindings/resolvedmembers to take into tvar...aclement2005-08-221-8/+26
* genericitds: simplified!! No crappy fake tvars created.aclement2005-08-221-28/+33
* genericitds: An ITD now records the set of aliases used for type variables on...aclement2005-08-221-56/+126
* nope, wont build on 1.3 still .aclement2005-08-221-1/+1
* organized imports.aclement2005-08-223-5/+1
* reincluding 1.3 test run ... will it work?aclement2005-08-221-1/+1
* don't let jdt put out warnings about static overrides for ITDs - we've alread...acolyer2005-08-221-0/+8
* support for hasmember / hasfield type patterns. currently disabled via static...acolyer2005-08-217-1/+236
* hasmember (hasmethod / hasfield) tests - not linked into main suite at this p...acolyer2005-08-218-0/+224
* fix for pr83377.ajacolyer2005-08-211-3/+6
* tests for pr83377acolyer2005-08-213-10/+80
* updated jars with fix for pr83377, which was basically some messed up legal o...acolyer2005-08-212-0/+0
* added new method, methods() which returns all methods of a type, including it...acolyer2005-08-211-1/+13
* tests for pr78314 and pr80571acolyer2005-08-203-1/+52
* fix for pr78314, parser saying: "privileged" expected in far too many recover...acolyer2005-08-202-0/+0
* fix and test case for pr79523: BCException: illegal change to pointcut decla...acolyer2005-08-194-1/+19
* test for pr104529, @SuppressWarnings("unchecked") not being honoredacolyer2005-08-193-0/+30
* fix for pr86057, overriding of final pointcutacolyer2005-08-196-0/+32
* genericitds: I'll be finished when I get to Zaclement2005-08-194-5/+306
* genericitds: more funky tests.aclement2005-08-191-12/+21
* make sure that fields don't have a void type in a get / set pointcut expressionacolyer2005-08-193-1/+10