aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc/org/aspectj/weaver/patterns/ParserTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* 246125: pulled tests from weaver into matcher and created bcel subtypes of ↵aclement2008-10-281-790/+0
| | | | matcher tests where appropriate
* breaking the weaver apartaclement2008-09-041-355/+344
|
* eclipse: addressed unnecessary casts, unused code, invalid null checksaclement2008-08-271-23/+36
|
* annoValMatch: implementationaclement2008-02-251-0/+100
|
* paramannos: ResolvedType can hold 'temporary annotations' during a match ↵aclement2008-01-251-5/+5
| | | | (parameter annos). PatternParser supports distinction between parameter and type annos.
* update license to EPLacolyer2006-06-011-2/+2
|
* fix for 103741 - use of java 5 specific language features now policed at < ↵acolyer2005-11-041-0/+1
| | | | 1.5 source level
* parser updates for generics simplification planacolyer2005-07-281-61/+126
|
* This is the beginning of a significant refactoring needed to cleanly support ↵acolyer2005-07-151-2/+2
| | | | generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes.
* test case updates...acolyer2005-07-131-13/+13
|
* a pointcut now has a simple list of type variable names in scope rather than ↵acolyer2005-07-121-32/+31
| | | | a TypeVariableListPattern
* rename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePatternacolyer2005-06-221-32/+32
|
* completed set of basic parser tests for pcds with type variables as per ↵acolyer2005-06-201-2/+236
| | | | generics chapter.
* unused imports (only)wisberg2005-06-091-2/+0
|
* first batch of updates for generics :- largely parsing plus storage of type ↵acolyer2005-06-091-0/+151
| | | | variable patterns, plus a few tweaks to visitor pattern
* add getters for visitor, turned on poincut test caseavasseur2005-06-081-2/+2
|
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-171-14/+14
|
* organized imports.aclement2005-01-041-1/+0
|
* lots of pointcut parsing test cases for @xxx pcdsacolyer2004-12-081-5/+162
|
* Annotation matching.aclement2004-12-081-4/+6
|
* Annotation matching.aclement2004-12-081-4/+19
|
* removed unused imports (semantics-preserving)ehilsdal2003-11-131-5/+4
|
* resolving unused-imports warningswisberg2003-02-131-3/+1
|
* fixed initial implementor for code written in 2002 to be just PARC, not ↵jhugunin2003-01-141-1/+1
| | | | Xerox/PARC
* initial versionwisberg2002-12-161-0/+70