Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | polish for last commit | avasseur | 2005-10-17 | 1 | -62/+1 |
| | | | | | (implement @AspectJ ITD @DeclareParents and @DeclareImplements changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)) | ||||
* | implement @AspectJ ITD @DeclareParents and @DeclareImplements | avasseur | 2005-10-17 | 3 | -48/+138 |
| | | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven) | ||||
* | itd support in the MAP | acolyer | 2005-10-04 | 14 | -101/+906 |
| | |||||
* | completes all of the MAP bar ITDs | acolyer | 2005-10-03 | 19 | -13/+830 |
| | |||||
* | updates to reflection library (largely javadoc, but with a few small tweaks) | acolyer | 2005-09-30 | 29 | -165/+784 |
| | |||||
* | couple of small generic signature tidies | acolyer | 2005-09-29 | 2 | -7/+7 |
| | |||||
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 4 | -2/+28 |
| | |||||
* | @DeclareAnnotation and guard to not use it in M3, doc update for M3 | avasseur | 2005-07-18 | 1 | -0/+31 |
| | |||||
* | updated reflection interfaces to represent a pointcut expression as a ↵ | acolyer | 2005-06-17 | 10 | -16/+74 |
| | | | | | | | PointcutExpression rather than as a String. This abstraction is needed to support runtime creation and matching of pointcut expressions down the line. Note that the whole MAP support in this module is still a work in progress and is scheduled for completion in M4. -- AMC. | ||||
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -1/+0 |
| | |||||
* | deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵ | avasseur | 2005-05-19 | 2 | -6/+10 |
| | | | | some AJ5 doc fix | ||||
* | testsrc -> java5-testsrc, placeholders for pre-1.5 build | wisberg | 2005-05-11 | 1 | -1/+0 |
| | |||||
* | updated for DeclareError and DeclareWarning | acolyer | 2005-04-29 | 8 | -17/+239 |
| | |||||
* | this patch implements the MAP for aspects, pointcuts, and advice. just ↵ | acolyer | 2005-04-25 | 14 | -53/+607 |
| | | | | 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 |
| | |||||
* | I'm committing this shell of an implementation for runtime reflection on ↵ | acolyer | 2005-04-18 | 16 | -0/+985 |
| | | | | AspectJ's type system. It's needed by the aUnit guys and provides a means for us to share a structure, take patches etc.. NOT to be considered finished (ha ha) or even a final design at this point in time. We have to do some compiler work to generate runtime-visible structures to support this... | ||||
* | 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. |