aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs183
Commit message (Collapse)AuthorAgeFilesLines
* Refactor, comment and reactivate Ajc183Tests.testAnnoStyleDecp_442425Alexander Kriegisch2023-01-075-48/+50
| | | | | | | | | | This test was always inactive and did not add any value other than during development. No it runs, passes and documents the status quo of - what was fixed (regression for AJC 1.8.2 core dump fixed in 1.8.3), - the current limitations of @DeclareParents and @DeclareMixin regarding generic interfaces. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove some old, accidentally committed class files from testsAlexander Kriegisch2023-01-075-0/+0
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Support for @RequiredTypes and abstract aspectsAndy Clement2014-10-214-0/+22
|
* Fix 443355: interface super referencesAndy Clement2014-10-081-0/+24
|
* Fix 443477: remove pre-init from cflow to avoid verify error on jdk 1.7 ↵Andy Clement2014-10-071-1/+4
| | | | later updates
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-0614-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 adviceAndy Clement2014-09-305-0/+216
|
* Fix for 444398: annotation style abstract aspect extends class errorAndy Clement2014-09-174-0/+25
|
* 442425: fix error on attempted annotation style decpAndy Clement2014-08-2710-0/+77
|
* tidy up after tests finishAndy Clement2014-08-203-0/+14