aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src/org/aspectj/weaver/patterns/PatternParser.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenized org.aspectj.matcher module - wipAndy Clement2019-01-231-1914/+0
|
* better infrastructure for checking pointcuts terminate correctly - inactive ↵Andy Clement2019-01-091-1/+15
| | | | right now
* Fix 541325 - Support is(AbstractType)Andy Clement2018-11-191-0/+2
|
* Fix 449739: support is(FinalType)Andy Clement2014-11-051-0/+2
|
* 357012, 357013, 357019aclement2011-09-081-0/+3
|
* 357012/357013aclement2011-09-071-1/+12
|
* 352363aclement2011-07-181-5/+1
|
* 329925: declare @field remove annotationaclement2010-11-241-1/+2
|
* 328840aclement2010-10-271-10/+25
|
* improvements to the positions for a type pattern - more to do here no doubtaclement2010-08-201-0/+9
|
* 319190: AND precedence over ORaclement2010-07-071-8/+13
|
* 287613/315820: declare annotation compound patterns and infrastructure for ↵aclement2010-06-181-26/+89
| | | | declare annotation with multiple annotations
* 292264: declare error/warning with type patternsaclement2010-04-051-1/+29
|
* 44365: cope with also wanting to advise a method called isaclement2010-03-191-1/+1
|
* 44365: is() support in type patternsaclement2010-03-191-0/+105
|
* 291523: annotation pattern parsing changes for (@a.b.c.Foo *)aclement2009-10-061-44/+85
|
* Java5 upgradesaclement2009-09-091-20/+20
|
* 148508, 265418: tests and fixes: array and varargs subtype patternsaclement2009-02-191-3/+9
|
* split weaving/matching: pointcut matching testsaclement2008-12-101-3/+3
|
* 256458: test and fix: better message for if() pointcut anno style problemsaclement2008-12-051-2/+10
|
* 255555: pattern parser allowing for parentheses around declare anno ↵aclement2008-11-291-496/+516
| | | | signatures; cope with weaving broken code.
* 246125: the SPLITaclement2008-10-221-0/+1585