summaryrefslogtreecommitdiffstats
path: root/aspectj5rt
Commit message (Collapse)AuthorAgeFilesLines
* unused label (so eclipse 3.2m5a tells me)aclement2006-03-101-1/+2
|
* merge of RB_V1_5_0 changes back into HEADacolyer2005-12-191-0/+190
|
* no longer neededacolyer2005-12-191-31/+0
|
* rearchitect @decpavasseur2005-12-191-2/+2
|
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-192-17/+15
|
* 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-062-2/+12
|
* updates to advice annotations to allow specification (and generation) of ↵acolyer2005-11-295-0/+49
| | | | parameter names if needed
* 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-255-11/+12
| | | | 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
|
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-251-1/+2
| | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming
* 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-173-48/+138
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* generic itds - see pr112105aclement2005-10-111-1/+0
|
* itd support in the MAPacolyer2005-10-0417-101/+997
|
* completes all of the MAP bar ITDsacolyer2005-10-0320-14/+842
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-3031-199/+820
|
* couple of small generic signature tidiesacolyer2005-09-292-7/+7
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-214-2/+28
|
* fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed ↵avasseur2005-07-281-8/+24
| | | | as per doc
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-0/+31
|
* updated reflection interfaces to represent a pointcut expression as a ↵acolyer2005-06-1711-29/+87
| | | | | | | 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
|
* Java 5 guard to permit running in 1.3wisberg2005-06-081-1/+5
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵avasseur2005-05-192-6/+10
| | | | some AJ5 doc fix
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-55/+3
|
* testsrc -> java5-testsrc, placeholders for pre-1.5 buildwisberg2005-05-116-14/+68
|
* testsrc -> java5-testsrcwisberg2005-05-111-1/+1
|
* ugly but harmless hack for building prior to 1.5 for test purposes.wisberg2005-05-111-0/+18
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* updated for DeclareError and DeclareWarningacolyer2005-04-299-19/+282
|
* Copyright added to keep checklics happy.aclement2005-04-262-3/+22
|
* fix local build so that test run with 1.5avasseur2005-04-262-4/+10
| | | | fix Adrian test that were having some assumption on ordering which happens to fail with my 1.5 compiler
* this patch implements the MAP for aspects, pointcuts, and advice. just ↵acolyer2005-04-2517-54/+1290
| | | | 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 EPLavasseur2005-04-228-49/+80
|
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+48
| | | | individually or via master in build module.
* I'm committing this shell of an implementation for runtime reflection on ↵acolyer2005-04-1816-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 !aclement2005-04-138-8/+32
|
* From The Branch: Alex's new annotations for annotation style developmentaclement2005-04-128-0/+224
|
* Didnt have a default.aclement2005-02-171-1/+1
|
* Changed name and added definition of values.aclement2005-02-111-2/+3
|
* test placeholderwisberg2005-02-112-0/+26
|
* new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is ↵wisberg2005-02-116-0/+138
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.