Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 269867: synchronized the map | aclement | 2009-03-24 | 1 | -1/+3 |
| | |||||
* | fix for http://jira.springframework.org/browse/SPR-4512 | aclement | 2008-02-28 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | warnings remain that I'm not sure how to eradicate! | ||||
* | itd support in the MAP | acolyer | 2005-10-04 | 5 | -11/+101 |
| | |||||
* | completes all of the MAP bar ITDs | acolyer | 2005-10-03 | 4 | -3/+58 |
| | |||||
* | updates to reflection library (largely javadoc, but with a few small tweaks) | acolyer | 2005-09-30 | 19 | -87/+531 |
| | |||||
* | couple of small generic signature tidies | acolyer | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 1 | -0/+2 |
| | |||||
* | updated reflection interfaces to represent a pointcut expression as a ↵ | acolyer | 2005-06-17 | 5 | -4/+28 |
| | | | | | | | 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 |
| | |||||
* | updated for DeclareError and DeclareWarning | acolyer | 2005-04-29 | 2 | -6/+9 |
| | |||||
* | this patch implements the MAP for aspects, pointcuts, and advice. just ↵ | acolyer | 2005-04-25 | 8 | -20/+119 |
| | | | | enough of an implementation to provide the support needed for some of the ataspectj visitor tests. | ||||
* | I'm committing this shell of an implementation for runtime reflection on ↵ | acolyer | 2005-04-18 | 15 | -0/+458 |
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... |