Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenized org.aspectj.matcher module - wip | Andy Clement | 2019-01-23 | 22 | -4179/+0 |
| | |||||
* | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 1 | -8/+5 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 2 | -4/+3 |
| | | | | | | | | | | | | | | 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. | ||||
* | generics | Andy Clement | 2012-08-27 | 1 | -4/+4 |
| | |||||
* | 318899: null to instanceof | aclement | 2010-09-01 | 1 | -6/+12 |
| | |||||
* | improvements to the positions for a type pattern - more to do here no doubt | aclement | 2010-08-20 | 1 | -8/+15 |
| | |||||
* | source locs | aclement | 2010-08-19 | 1 | -20/+17 |
| | |||||
* | 317743: import handling and type lookup issues | aclement | 2010-06-29 | 3 | -26/+288 |
| | |||||
* | 314365: reliable rewriting | aclement | 2010-05-25 | 1 | -4/+29 |
| | |||||
* | 312839: smaller class files | aclement | 2010-05-19 | 10 | -20/+66 |
| | |||||
* | change all relevant DataOutputStream usage to use CompressingDataOutputStream | aclement | 2010-05-18 | 9 | -125/+71 |
| | |||||
* | 44365: is() support in type patterns | aclement | 2010-03-19 | 1 | -0/+5 |
| | |||||
* | speed test | aclement | 2009-11-17 | 1 | -5/+47 |
| | |||||
* | speed test | aclement | 2009-11-13 | 1 | -0/+166 |
| | |||||
* | 292069: make this/target cheaper than call | aclement | 2009-10-13 | 1 | -227/+226 |
| | |||||
* | 291523: annotation pattern parsing changes for (@a.b.c.Foo *) | aclement | 2009-10-06 | 2 | -566/+516 |
| | |||||
* | 148508, 265418: tests and fixes: array and varargs subtype patterns | aclement | 2009-02-19 | 1 | -6/+8 |
| | |||||
* | leave it in bcel, dont have a copy in matcher since it uses generics in the test | aclement | 2008-10-28 | 1 | -433/+0 |
| | |||||
* | 246125: pulled tests from weaver into matcher and created bcel subtypes of ↵ | aclement | 2008-10-28 | 20 | -0/+4163 |
matcher tests where appropriate |