summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* JoinPointCollector.java was moved to sandbox api-clients, and in any case ↵wisberg2003-09-071-67/+0
| | | | has not been updated for the new asm API's.
* updated tests - all passingwisberg2003-09-071-30/+52
|
* dirty example adapted from May user emailwisberg2003-09-071-0/+191
|
* pointcuts fixed, so library updated/fixed and testedwisberg2003-09-061-39/+43
|
* pointcuts fixed, so library updated/fixedwisberg2003-09-061-28/+31
|
* initialization example: more comments and more testablewisberg2003-09-061-40/+78
|
* using linked list, more commentswisberg2003-09-061-7/+12
|
* sample api code to list affected fileswisberg2003-09-062-1/+135
|
* changed warning to errorjhugunin2003-08-291-1/+1
|
* mostly final editsehilsdal2003-08-286-142/+248
|
* updated section 3ehilsdal2003-08-286-54/+33
|
* UML diagram built with Argo UML (http://argouml.tigris.org)jhugunin2003-08-283-0/+298
|
* made everything inherit from Test againehilsdal2003-08-2812-66/+86
| | | | updated section 3 tests
* moved to Listehilsdal2003-08-281-24/+26
|
* typoehilsdal2003-08-281-1/+1
|
* in AspectJ 1.1, set jp's have void return typeehilsdal2003-08-281-3/+3
|
* fixesehilsdal2003-08-281-116/+61
|
* removed unnecessary constructors and untabifiedehilsdal2003-08-2813-79/+8
|
* updating for new filesehilsdal2003-08-281-2/+0
|
* stub answer fileehilsdal2003-08-281-0/+7
|
* updated section 2ehilsdal2003-08-2815-343/+215
|
* rough edit of text for section 3jhugunin2003-08-271-61/+37
|
* revised section 4 (untested)jhugunin2003-08-2713-94/+45
|
* untabifiedehilsdal2003-08-2718-289/+289
|
* untabifiedehilsdal2003-08-2730-289/+289
|
* initial build.xml; has lots of dangling referencesehilsdal2003-08-271-0/+110
|
* starting rework for oopslaehilsdal2003-08-271-62/+29
|
* Fixed several broken links uncovered in 1.1.1rc1 testing.acolyer2003-08-271-11/+11
|
* performance faq item corrections promised on the list. wisberg2003-08-231-11/+17
| | | | I need some actual facts for a real answer.
* Updated org.aspectj.asm relationship model to string-handle-based API in ↵mkersten2003-08-141-0/+0
| | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model.
* Minor improvements to structure model generation, clean up of test suite ↵mkersten2003-08-121-0/+0
| | | | output, and port of AJDT to new ASM APIs.
* Expanded developer documentation. Moved ASM doc to MSWord format since it ↵mkersten2003-08-115-420/+158
| | | | will have graphics and revision support will help.
* library of basic pointcut idioms and test case that causes BCException ↵wisberg2003-08-074-1/+479
| | | | (copied to tests/bugs/pointcutLibrary)
* fix for annoying javadoc link errorwisberg2003-08-071-1/+1
|
* - initial api-based tests wisberg2003-08-077-53/+366
| | | | | - initial J2EE samples (added support for XML/Ant scripts)
* tag correction for code gathererwisberg2003-08-061-1/+1
|
* double-dispatch examplewisberg2003-08-062-0/+86
|
* modular build questions, unauthoritative answerswisberg2003-08-061-53/+186
|
* initial checkin of the sandbox. wisberg2003-08-0633-0/+2114
| | | | | | | The basic structure and examples of each type are there, but I have more examples and the ones there are not altogether validated. I'll make a few more changes before emailing dev and users about usage, etc.
* document new contents of docs modulewisberg2003-08-061-10/+34
|
* Addendum to the original contribution from PARC. Three presentations: jhugunin2003-08-0158-0/+3192
| | | | | | oneHour talk three hour tutorial six hour tutorial including exercises
* *** empty log message ***mkersten2003-07-311-0/+2
|
* *** empty log message ***mkersten2003-07-311-1/+20
|
* Fix forehilsdal2003-07-311-0/+17
| | | | | | Bugzilla Bug 35551: "declare soft" in abstract aspect have no effect Specifying that declare soft behaves like advice in that it must be concretized to have an effect.
* Added documentation forehilsdal2003-07-311-0/+48
| | | | | | Bugzilla Bug 29699: call join points in 1.1b2 und 1.1b4 basically documented that the -1.4 flag can change how method calls get generated in terms of the declaring type of the method.
* spelling changes onlywisberg2003-07-301-17/+17
|
* *** empty log message ***mkersten2003-07-301-1/+1
|
* added mailing list discussion itemsmkersten2003-07-301-0/+13
|
* Updated for 1.1.1rc1mkersten2003-07-301-1/+156
|
* Added sample for extending Main to collect joinpoints from ASM.mkersten2003-07-291-0/+67
|