summaryrefslogtreecommitdiffstats
path: root/aspectj5rt/java5-src/org/aspectj/lang/reflect
Commit message (Collapse)AuthorAgeFilesLines
* 269867: synchronized the mapaclement2009-03-241-1/+3
|
* fix for http://jira.springframework.org/browse/SPR-4512aclement2008-02-281-2/+2
|
* changing a generics cast - the eclipse compiler liked it, but javac on the ↵acolyer2005-11-281-1/+1
| | | | build machine doesn't...
* eliminates many warnings in the aspectj5rt package - 10 generic related ↵acolyer2005-11-251-1/+1
| | | | warnings remain that I'm not sure how to eradicate!
* itd support in the MAPacolyer2005-10-045-11/+101
|
* completes all of the MAP bar ITDsacolyer2005-10-034-3/+58
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-3019-87/+531
|
* couple of small generic signature tidiesacolyer2005-09-291-2/+2
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-211-0/+2
|
* updated reflection interfaces to represent a pointcut expression as a ↵acolyer2005-06-175-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)wisberg2005-06-091-1/+0
|
* updated for DeclareError and DeclareWarningacolyer2005-04-292-6/+9
|
* this patch implements the MAP for aspects, pointcuts, and advice. just ↵acolyer2005-04-258-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 ↵acolyer2005-04-1815-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...