Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tidyup retired modules and add aspectjtools submodule | Andy Clement | 2019-02-08 | 17 | -644/+0 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -0/+30 |
| | | | | | | | | | | | | | | 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. | ||||
* | Allow code generation hints for generated compiler names | Andy Clement | 2013-01-21 | 1 | -0/+34 |
| | |||||
* | declaremixin: javadoc | aclement | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | declaremixin | aclement | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | declaremixin | aclement | 2009-03-04 | 1 | -11/+19 |
| | |||||
* | declaremixin | aclement | 2009-03-04 | 1 | -0/+34 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | no longer needed | acolyer | 2005-12-19 | 1 | -31/+0 |
| | |||||
* | rearchitect @decp | avasseur | 2005-12-19 | 1 | -2/+2 |
| | |||||
* | merge of changes from 1.5.0 branch into HEAD | acolyer | 2005-12-19 | 1 | -0/+10 |
| | |||||
* | updates to advice annotations to allow specification (and generation) of ↵ | acolyer | 2005-11-29 | 5 | -0/+49 |
| | | | | parameter names if needed | ||||
* | concrete-aspect impl and doc for LTW - see #95529 | avasseur | 2005-10-25 | 1 | -1/+2 |
| | | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming | ||||
* | implement @AspectJ ITD @DeclareParents and @DeclareImplements | avasseur | 2005-10-17 | 2 | -1/+32 |
| | | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven) | ||||
* | itd support in the MAP | acolyer | 2005-10-04 | 1 | -0/+31 |
| | |||||
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 1 | -0/+9 |
| | |||||
* | @DeclareAnnotation and guard to not use it in M3, doc update for M3 | avasseur | 2005-07-18 | 1 | -0/+31 |
| | |||||
* | deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵ | avasseur | 2005-05-19 | 2 | -6/+10 |
| | | | | some AJ5 doc fix | ||||
* | updated for DeclareError and DeclareWarning | acolyer | 2005-04-29 | 2 | -0/+62 |
| | |||||
* | this patch implements the MAP for aspects, pointcuts, and advice. just ↵ | acolyer | 2005-04-25 | 1 | -0/+31 |
| | | | | enough of an implementation to provide the support needed for some of the ataspectj visitor tests. | ||||
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 8 | -49/+80 |
| | |||||
* | Changed copyright message slightly to keep test happy ! | aclement | 2005-04-13 | 8 | -8/+32 |
| | |||||
* | From The Branch: Alex's new annotations for annotation style development | aclement | 2005-04-12 | 8 | -0/+224 |
| | |||||
* | Didnt have a default. | aclement | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | Changed name and added definition of values. | aclement | 2005-02-11 | 1 | -2/+3 |
| | |||||
* | new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is ↵ | wisberg | 2005-02-11 | 1 | -0/+30 |
assemble from this and its required module runtime. It requires Java 5; Eclipse developers not using 3.1 or Java 5 should close this module. In Ant, the java5-src directory will be ignored unless Ant is run under a 1.5 or later VM. See the build docs for more details. |