aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/ataspectj/annotationGen
Commit message (Collapse)AuthorAgeFilesLines
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-064-2/+16
| | | | | | | | | | | | | | 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.
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-191-1/+1
|
* making the tests more resilient to legitimate cross-vm differencesacolyer2005-12-153-28/+90
|
* tests for parameter name generation in advice annotationsacolyer2005-11-291-0/+0
|
* updated tests and fix for pr116229acolyer2005-11-271-2/+2
|
* tests and fix for pr116229 and pr116755. Also adds support and tests for ↵acolyer2005-11-191-0/+1
| | | | parseTypePattern in PointcutParser.
* tests for pr62606 - itdcs don't run field initialisers in target type. ↵acolyer2005-11-031-3/+3
| | | | Largely updates to existing tests to cope with new Lint warning.
* implement @AspectJ ITD @DeclareParents and @DeclareImplementsavasseur2005-10-171-3/+6
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* itd support in the MAPacolyer2005-10-041-0/+181
|
* completes all of the MAP bar ITDsacolyer2005-10-035-0/+229
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-302-9/+9
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-213-0/+47
|
* update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵acolyer2005-06-202-4/+4
| | | | introduction of PointcutExpression interface
* it's a whole new compiler in there...acolyer2005-04-292-5/+24
|
* test cases for @AspectJ visitorsacolyer2005-04-2524-0/+524