Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for @RequiredTypes and abstract aspects | Andy Clement | 2014-10-21 | 4 | -0/+22 |
| | |||||
* | Fix 443355: interface super references | Andy Clement | 2014-10-08 | 1 | -0/+24 |
| | |||||
* | Fix 443477: remove pre-init from cflow to avoid verify error on jdk 1.7 ↵ | Andy Clement | 2014-10-07 | 1 | -1/+4 |
| | | | | later updates | ||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 14 | -0/+84 |
| | | | | | | | | | | | | | | 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. | ||||
* | 445395: invokedynamic in around advice | Andy Clement | 2014-09-30 | 5 | -0/+216 |
| | |||||
* | Fix for 444398: annotation style abstract aspect extends class error | Andy Clement | 2014-09-17 | 4 | -0/+25 |
| | |||||
* | 442425: fix error on attempted annotation style decp | Andy Clement | 2014-08-27 | 10 | -0/+77 |
| | |||||
* | tidy up after tests finish | Andy Clement | 2014-08-20 | 3 | -0/+14 |