Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 246125: pulled tests from weaver into matcher and created bcel subtypes of ↵ | aclement | 2008-10-28 | 1 | -790/+0 |
| | | | | matcher tests where appropriate | ||||
* | breaking the weaver apart | aclement | 2008-09-04 | 1 | -355/+344 |
| | |||||
* | eclipse: addressed unnecessary casts, unused code, invalid null checks | aclement | 2008-08-27 | 1 | -23/+36 |
| | |||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+100 |
| | |||||
* | paramannos: ResolvedType can hold 'temporary annotations' during a match ↵ | aclement | 2008-01-25 | 1 | -5/+5 |
| | | | | (parameter annos). PatternParser supports distinction between parameter and type annos. | ||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | fix for 103741 - use of java 5 specific language features now policed at < ↵ | acolyer | 2005-11-04 | 1 | -0/+1 |
| | | | | 1.5 source level | ||||
* | parser updates for generics simplification plan | acolyer | 2005-07-28 | 1 | -61/+126 |
| | |||||
* | This is the beginning of a significant refactoring needed to cleanly support ↵ | acolyer | 2005-07-15 | 1 | -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... | acolyer | 2005-07-13 | 1 | -13/+13 |
| | |||||
* | a pointcut now has a simple list of type variable names in scope rather than ↵ | acolyer | 2005-07-12 | 1 | -32/+31 |
| | | | | a TypeVariableListPattern | ||||
* | rename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePattern | acolyer | 2005-06-22 | 1 | -32/+32 |
| | |||||
* | completed set of basic parser tests for pcds with type variables as per ↵ | acolyer | 2005-06-20 | 1 | -2/+236 |
| | | | | generics chapter. | ||||
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -2/+0 |
| | |||||
* | first batch of updates for generics :- largely parsing plus storage of type ↵ | acolyer | 2005-06-09 | 1 | -0/+151 |
| | | | | variable patterns, plus a few tweaks to visitor pattern | ||||
* | add getters for visitor, turned on poincut test case | avasseur | 2005-06-08 | 1 | -2/+2 |
| | |||||
* | @xxx(@Foo) -> @xxx(Foo) | acolyer | 2005-02-17 | 1 | -14/+14 |
| | |||||
* | organized imports. | aclement | 2005-01-04 | 1 | -1/+0 |
| | |||||
* | lots of pointcut parsing test cases for @xxx pcds | acolyer | 2004-12-08 | 1 | -5/+162 |
| | |||||
* | Annotation matching. | aclement | 2004-12-08 | 1 | -4/+6 |
| | |||||
* | Annotation matching. | aclement | 2004-12-08 | 1 | -4/+19 |
| | |||||
* | removed unused imports (semantics-preserving) | ehilsdal | 2003-11-13 | 1 | -5/+4 |
| | |||||
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 1 | -3/+1 |
| | |||||
* | fixed initial implementor for code written in 2002 to be just PARC, not ↵ | jhugunin | 2003-01-14 | 1 | -1/+1 |
| | | | | Xerox/PARC | ||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+70 |