Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test for pr 45184 | acolyer | 2004-01-07 | 1 | -0/+7 |
| | |||||
* | pr 48522 | acolyer | 2004-01-07 | 1 | -0/+32 |
| | |||||
* | pr 45184: External pointcut refs not resolved if named pointcut used by declare | acolyer | 2004-01-07 | 1 | -0/+18 |
| | |||||
* | fix for pr 47754, itd of static method on interface | acolyer | 2004-01-07 | 3 | -0/+25 |
| | |||||
* | fix for pr 48522, not warning on (un)softened exception | acolyer | 2004-01-07 | 3 | -0/+36 |
| | |||||
* | added getCause method (patch from Andy) for 1.4 compatibility. bug 49250 | acolyer | 2004-01-07 | 1 | -2/+1 |
| | |||||
* | updated version of aspectjrt.jar which includes getCause on SoftException | acolyer | 2004-01-07 | 1 | -0/+0 |
| | |||||
* | fix for bug 49457 - test for duplicate pointcut definitions in classes | acolyer | 2004-01-07 | 5 | -4/+61 |
| | |||||
* | @testcase PR#49295 extra warning (join point?) for interface-typepattern ↵ | wisberg | 2003-12-23 | 2 | -0/+77 |
| | | | | execution | ||||
* | simple script to compile aspectjtools using ajc | wisberg | 2003-12-15 | 1 | -0/+180 |
| | |||||
* | inpath support | wisberg | 2003-12-15 | 15 | -19/+186 |
| | |||||
* | inpath support | wisberg | 2003-12-15 | 1 | -0/+24 |
| | |||||
* | Added link to class cast pointcut user langauge feature request. | mkersten | 2003-12-12 | 1 | -4/+9 |
| | |||||
* | Merge of dependent tests (only shows up under IBM 131 JVM) | acolyer | 2003-12-08 | 1 | -20/+19 |
| | |||||
* | adding projects cricketcage and atrack | wisberg | 2003-12-02 | 1 | -1/+24 |
| | |||||
* | Fix for Bugzilla 42663: doc implications of Foo.class | ehilsdal | 2003-12-02 | 1 | -0/+44 |
| | | | | * added note about String+ and Foo.class to implementation notes section | ||||
* | Fix for Bugzilla 37899: Document or address limitations on handler ↵ | ehilsdal | 2003-12-02 | 7 | -15/+81 |
| | | | | | | | pointcut/joinpoints * changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide * added section on bytecode limitations, headed by handler issues. | ||||
* | no semantic change - avoiding warning about static members accessed via ↵ | wisberg | 2003-12-02 | 3 | -4/+4 |
| | | | | non-static references | ||||
* | added date to output | wisberg | 2003-11-26 | 1 | -0/+10 |
| | |||||
* | referring out to sample code | wisberg | 2003-11-26 | 1 | -11/+43 |
| | |||||
* | letting tool handle titles | wisberg | 2003-11-26 | 1 | -4/+5 |
| | |||||
* | Fix for bug#47318: "org.aspectj.asm.IRelationship.Kind.ALL does not contain ↵ | mkersten | 2003-11-23 | 1 | -1/+1 |
| | | | | all kinds" | ||||
* | Fix for Bugzilla 43602: Small tyop in documentation | ehilsdal | 2003-11-18 | 1 | -1/+1 |
| | | | | * changed "aspect aspect" to "abstract aspect" | ||||
* | Fix for Bugzilla 43891: Example aspect A in pointcut composition section in ↵ | ehilsdal | 2003-11-18 | 1 | -2/+11 |
| | | | | | | prog guide causes recursion * manually applied excellent doc patch contributed by Nick Brett | ||||
* | Fix for Bugzilla 44584: incorrect ant taskdef in docs | ehilsdal | 2003-11-18 | 1 | -1/+1 |
| | | | | * added a single / character | ||||
* | Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ | ehilsdal | 2003-11-18 | 5 | -46/+119 |
| | | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics | ||||
* | Fix for Bugzilla 43064: case error in noinline option | ehilsdal | 2003-11-17 | 1 | -2/+2 |
| | |||||
* | removed errant debugging println | ehilsdal | 2003-11-17 | 1 | -1/+1 |
| | |||||
* | switch from using class files in bin directory created during | acolyer | 2003-11-17 | 1 | -1/+2 |
| | | | | project build, to using the ones in testdata/bin. | ||||
* | These class files are *input* to the weaver test cases. | acolyer | 2003-11-17 | 9 | -0/+4 |
| | | | | | | Can't rely on the ones built as part of the AspectJ build as the weaver test cases are sensitive to the exact compiler used (needs to be Eclipse 2.1.1 based). | ||||
* | built using Eclipse 2.1.1 compiler - when we didn't do this, | acolyer | 2003-11-17 | 2 | -0/+0 |
| | | | | some tests failed on IBM JDK only ?! | ||||
* | Added JSR45 attribute | ehilsdal | 2003-11-17 | 5 | -18/+212 |
| | |||||
* | minor pruning (semantics preserving) | ehilsdal | 2003-11-14 | 12 | -30/+24 |
| | |||||
* | fixed static calls (semantics preserving and non-crosscutting) | ehilsdal | 2003-11-14 | 13 | -226/+369 |
| | |||||
* | a few inner class cleanups (semantics preserving) | ehilsdal | 2003-11-14 | 6 | -8/+8 |
| | |||||
* | removed unused imports (semantics-preserving) | ehilsdal | 2003-11-13 | 23 | -63/+50 |
| | |||||
* | updates listed in q:faqchanges. | wisberg | 2003-11-13 | 1 | -32/+295 |
| | | | | Many more to harvest from the list, and to move from here and the list to the programming guide. | ||||
* | patch from George Harley for pr 42711 (test case) | acolyer | 2003-11-12 | 1 | -0/+5 |
| | |||||
* | added credit for adoption slide, fixed tomcat slides | mkersten | 2003-11-12 | 1 | -0/+0 |
| | |||||
* | ensure InpathTestCases still behave in the presence of CVS info | acolyer | 2003-11-11 | 1 | -6/+10 |
| | | | | in the directories. | ||||
* | patch from George Harley for pr 42711 | acolyer | 2003-11-11 | 2 | -0/+0 |
| | |||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 31 | -39/+722 |
| | |||||
* | can't use packages prefixes option in M4 due to eclipse bug | acolyer | 2003-11-11 | 1 | -2/+2 |
| | |||||
* | Fixed slide version. | mkersten | 2003-11-11 | 1 | -0/+0 |
| | |||||
* | Adding OOPSLA 2002 slides | mkersten | 2003-11-11 | 1 | -0/+0 |
| | |||||
* | Adding old demo scripts. | mkersten | 2003-11-11 | 2 | -0/+981 |
| | |||||
* | Renamed demo. | mkersten | 2003-11-11 | 1 | -0/+0 |
| | |||||
* | Renamed demo. | mkersten | 2003-11-11 | 1 | -0/+0 |
| | |||||
* | Updated template. | mkersten | 2003-11-11 | 1 | -0/+0 |
| | |||||
* | Adding scrubbed demos (figures & spacewar), scripts, slides, and Eclipse ↵ | mkersten | 2003-11-10 | 66 | -0/+4978 |
| | | | | project configurations. |