summaryrefslogtreecommitdiffstats
path: root/aspectj5rt/java5-src/org/aspectj/internal
Commit message (Collapse)AuthorAgeFilesLines
* 231396: refactoring: dont look for annotations if they can't be thereaclement2008-05-121-0/+1
|
* unused label (so eclipse 3.2m5a tells me)aclement2006-03-101-1/+2
|
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-191-17/+5
|
* fixes inefficient ordering of tests in SignaturePattern (that I ↵acolyer2005-12-142-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 AjTypeSystemacolyer2005-12-131-2/+29
|
* tests and fix for pr119352acolyer2005-12-061-1/+1
|
* eliminates many warnings in the aspectj5rt package - 10 generic related ↵acolyer2005-11-252-3/+4
| | | | warnings remain that I'm not sure how to eradicate!
* tests and fix for pr116254acolyer2005-11-232-4/+5
|
* tests and fix for pr114332 - reflection api not detecting abstract itdms.acolyer2005-11-215-2/+55
|
* polish for last commitavasseur2005-10-171-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 @DeclareImplementsavasseur2005-10-171-47/+106
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* itd support in the MAPacolyer2005-10-048-90/+774
|
* completes all of the MAP bar ITDsacolyer2005-10-0315-10/+772
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-3010-78/+253
|
* couple of small generic signature tidiesacolyer2005-09-291-5/+5
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-212-2/+17
|
* updated reflection interfaces to represent a pointcut expression as a ↵acolyer2005-06-175-12/+46
| | | | | | | 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.
* testsrc -> java5-testsrc, placeholders for pre-1.5 buildwisberg2005-05-111-1/+0
|
* updated for DeclareError and DeclareWarningacolyer2005-04-294-11/+168
|
* this patch implements the MAP for aspects, pointcuts, and advice. just ↵acolyer2005-04-255-33/+457
| | | | 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-181-0/+527
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...