aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src/org/aspectj/weaver/patterns/BasicTokenSource.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenized org.aspectj.matcher module - wipAndy Clement2019-01-231-188/+0
|
* better infrastructure for checking pointcuts terminate correctly - inactive ↵Andy Clement2019-01-091-0/+5
| | | | right now
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-061-1/+1
| | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this.
* 375881Andy Clement2012-04-021-1/+1
|
* 246125: the SPLITaclement2008-10-221-0/+183