Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 231396: refactoring: dont look for annotations if they can't be there | aclement | 2008-05-12 | 1 | -0/+1 |
| | |||||
* | fix for http://jira.springframework.org/browse/SPR-4512 | aclement | 2008-02-28 | 1 | -2/+2 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | unused label (so eclipse 3.2m5a tells me) | aclement | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | merge of RB_V1_5_0 changes back into HEAD | acolyer | 2005-12-19 | 1 | -0/+190 |
| | |||||
* | 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 | 2 | -17/+15 |
| | |||||
* | fixes inefficient ordering of tests in SignaturePattern (that I ↵ | acolyer | 2005-12-14 | 2 | -33/+7 |
| | | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members. | ||||
* | tests and fix for ITDS in AjTypeSystem | acolyer | 2005-12-13 | 1 | -2/+29 |
| | |||||
* | tests and fix for pr119352 | acolyer | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | updates to advice annotations to allow specification (and generation) of ↵ | acolyer | 2005-11-29 | 5 | -0/+49 |
| | | | | parameter names if needed | ||||
* | changing a generics cast - the eclipse compiler liked it, but javac on the ↵ | acolyer | 2005-11-28 | 1 | -1/+1 |
| | | | | build machine doesn't... | ||||
* | eliminates many warnings in the aspectj5rt package - 10 generic related ↵ | acolyer | 2005-11-25 | 3 | -4/+5 |
| | | | | warnings remain that I'm not sure how to eradicate! | ||||
* | tests and fix for pr116254 | acolyer | 2005-11-23 | 2 | -4/+5 |
| | |||||
* | tests and fix for pr114332 - reflection api not detecting abstract itdms. | acolyer | 2005-11-21 | 5 | -2/+55 |
| | |||||
* | 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. |