Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 4 | -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 HEAD | acolyer | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | making the tests more resilient to legitimate cross-vm differences | acolyer | 2005-12-15 | 3 | -28/+90 |
| | |||||
* | tests for parameter name generation in advice annotations | acolyer | 2005-11-29 | 1 | -0/+0 |
| | |||||
* | updated tests and fix for pr116229 | acolyer | 2005-11-27 | 1 | -2/+2 |
| | |||||
* | tests and fix for pr116229 and pr116755. Also adds support and tests for ↵ | acolyer | 2005-11-19 | 1 | -0/+1 |
| | | | | parseTypePattern in PointcutParser. | ||||
* | tests for pr62606 - itdcs don't run field initialisers in target type. ↵ | acolyer | 2005-11-03 | 1 | -3/+3 |
| | | | | Largely updates to existing tests to cope with new Lint warning. | ||||
* | implement @AspectJ ITD @DeclareParents and @DeclareImplements | avasseur | 2005-10-17 | 1 | -3/+6 |
| | | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven) | ||||
* | itd support in the MAP | acolyer | 2005-10-04 | 1 | -0/+181 |
| | |||||
* | completes all of the MAP bar ITDs | acolyer | 2005-10-03 | 5 | -0/+229 |
| | |||||
* | updates to reflection library (largely javadoc, but with a few small tweaks) | acolyer | 2005-09-30 | 2 | -9/+9 |
| | |||||
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 3 | -0/+47 |
| | |||||
* | update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵ | acolyer | 2005-06-20 | 2 | -4/+4 |
| | | | | introduction of PointcutExpression interface | ||||
* | it's a whole new compiler in there... | acolyer | 2005-04-29 | 2 | -5/+24 |
| | |||||
* | test cases for @AspectJ visitors | acolyer | 2005-04-25 | 24 | -0/+524 |