summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵acolyer2005-08-221-0/+8
| | | | already done it and we do a better job of it :)
* support for hasmember / hasfield type patterns. currently disabled via ↵acolyer2005-08-217-1/+236
| | | | static final boolean flag in PatternParser. If re-enabling, see HasMemberTests class and don't forget to figure out behaviour wrt. itds!
* hasmember (hasmethod / hasfield) tests - not linked into main suite at this ↵acolyer2005-08-218-0/+224
| | | | point in time
* 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 ↵acolyer2005-08-212-0/+0
| | | | override checking for itds.
* added new method, methods() which returns all methods of a type, including ↵acolyer2005-08-211-1/+13
| | | | itd'd ones
* tests for pr78314 and pr80571acolyer2005-08-203-1/+52
|
* fix for pr78314, parser saying: "privileged" expected in far too many ↵acolyer2005-08-202-0/+0
| | | | recovery situations
* fix and test case for pr79523: BCException: illegal change to pointcut ↵acolyer2005-08-194-1/+19
| | | | declaration: calls(<nothing>)
* 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
|
* tests for pr78261, field patterns with a void field typeacolyer2005-08-194-1/+22
|
* tests for pr91114, (before - after) expressionacolyer2005-08-193-1/+20
|
* fix for pr9114, before and after used as var names in parenthesized expressionsacolyer2005-08-192-0/+0
|
* tests for pr78707, before returning and before throwing adviceacolyer2005-08-193-0/+22
|
* fix for Bugzilla Bug 78707acolyer2005-08-192-0/+0
| | | | | | | | [jdt-parser] AspectJ/AJDT accepts "before() returning" advice no more before returning and before throwing advice ;) as an added bonus, I built these jars with the correct -1.3 option
* tests for pr 64568 and 74562acolyer2005-08-194-0/+39
|
* fix for Bugzilla Bug 74562acolyer2005-08-192-0/+0
| | | | [jdt-parser] Unexpected syntax error with fields named "after" or "before"
* updated parser w. itd error recoveryacolyer2005-08-192-0/+0
|
* the big one. these jars are at Eclipse 3.1 final level (v_574_R31X)acolyer2005-08-192-0/+0
|
* wording changed in some JDT compiler messagesacolyer2005-08-191-5/+4
|
* collection of really basic tests to use when bringing up a new version of ↵acolyer2005-08-194-0/+55
| | | | the JDT compiler (these are not linked into the main test suite). Fortunately I didn't need too many in here this time round...
* overrides getOwningClass from MethodBinding to ensure correct results in ↵acolyer2005-08-191-0/+5
| | | | some of the new JDT generics compatibility checks.
* new JDT compiler uses a Map instead of a Hashtable for ↵acolyer2005-08-192-10/+11
| | | | CompilationUnit.compiledTypes
* replacing the bloated ones in CVS !aclement2005-08-182-0/+0
|
* just a few tests for generic aspects...aclement2005-08-1818-0/+773
|
* force parameterizeWith to be implemented all the way down the hierarchyacolyer2005-08-181-5/+18
|
* handle reference pointcuts of the from Generic<X>.foo()acolyer2005-08-181-0/+33
|
* allow a reference pointcut reference of the form Generic<String>.foo()acolyer2005-08-181-1/+7
|
* make sure we don't lose source location on parameterizeWithacolyer2005-08-181-5/+7
|
* also parameterize annotation patternacolyer2005-08-181-4/+2
|
* support for parameterizeWithacolyer2005-08-1810-0/+101
|
* implementation of parameterizeWith and fix for 107059 part 2acolyer2005-08-181-2/+33
|
* messages for trying to reference a pointcut in a generic type from a raw ↵acolyer2005-08-182-1/+4
| | | | type reference
* SuppressAjWarnings should not suppress errors!acolyer2005-08-181-1/+6
|
* tests for pr107059 and generics chapter of ajdkacolyer2005-08-183-1/+73
|
* tests for examples in the ajdk generics chapteracolyer2005-08-183-0/+143
|
* follow-on test for pr107159acolyer2005-08-181-0/+14
|
* Makes sure it looks on the generic members for annotations in the case of ITDs.aclement2005-08-181-2/+7
|
* switched test around.aclement2005-08-181-1/+1
|
* Andrews test for pr93356aclement2005-08-181-0/+4
|
* test for pr93356 and generic binary weaving itdsaclement2005-08-182-0/+93
|
* some binary weaving ITD tests, they dont pass yet.aclement2005-08-184-0/+54
|
* Modified access to onType to be via a get/set pair - enabling me to get in ↵aclement2005-08-183-4/+12
| | | | and do some stuff for generic ITDs.