aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sandbox
Commit message (Collapse)AuthorAgeFilesLines
* Fix some broken/invalid ADOC linksAlexander Kriegisch2024-01-062-2/+2
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove references and docs about obsolete toolsAlexander Kriegisch2024-01-061-1/+1
| | | | | | | | | | | | | - AspectJ Browser (ajbrowser) - Forte IDE integration - JBuilder IDE integration - Emacs integration All this information was old and outdated. Ajbrowser was removed from AspectJ a while ago. If the other tools even still exist, any possibly existing AspectJ support is not part of AspectJ itself. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* AsciiDoc: updates in main index and FAQ (WIP)Alexander Kriegisch2024-01-061-2/+2
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Globally replace HTTP links to eclipse.org by HTTPSAlexander Kriegisch2024-01-064-23/+23
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix more AsciiDoc links and code blocks (WIP)Alexander Kriegisch2024-01-062-0/+7
| | | | | | | | | | - Add Java syntax highlighting to AspectJ and Java files - Add XML syntax highlighting to XML files (Ant, LTW etc.) - Dedent and remove empty lines, where necessary - Enclose in-line line numbers for Java code in /*23*/ comments in order to enable Java formatting Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add initial set of AsciiDoc files, converted from HTML/XMLAlexander Kriegisch2024-01-0615-620/+410
| | | | | | | | | Some originals have been deleted already. Others, especially the user guides, still exist in both formats because they have not been proof-read and probably lots of links do not function as expected. But I want to see what the files look like directly on GitHun. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove old '.cvsignore' filesAlexander Kriegisch2023-09-271-1/+0
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-048-312/+312
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* update license to EPLacolyer2006-06-011-2/+2
|
* update license to EPLacolyer2006-06-017-14/+14
|
* bug#82171 Created sepereate handle provider to enable ASM use of ↵mkersten2005-04-141-2/+2
| | | | IDE-specific handle identifiers.
* Updated to include source location offset.mkersten2005-01-131-3/+6
|
* Added "uses pointcut" relation to the ASM.mkersten2004-10-141-3/+3
|
* Removed bogus dependancymkersten2004-08-181-1/+0
|
* Added support for clients to extend the ASM relationships in order to addmkersten2004-08-182-0/+89
| | | | | | | new relationships (such as the example in the sandbox that adds additional declared-parents relationships). There is no structural change to the compiler or weaver. The AsmRelationshipProvider is now accessed by getDefault() instead of statically, and its instance can be reset to be a subtype.
* ASM Usage and extension examples, implemented as test cases and mademkersten2004-07-277-199/+179
| | | | available in the sandbox as an Eclipse project.
* AOPAlliance adapter sampleacolyer2004-05-1723-0/+719
|
* cricketcage skipped, external link to top, updated design pattern entrywisberg2004-04-191-13/+26
|
* renamed sample aspectwisberg2004-04-191-1/+1
|
* Jan's 4/2 bug 50932 patchwisberg2004-04-024-12/+10
|
* Jan's 4/2 bug 50932 patchwisberg2004-04-0222-61/+459
|
* Jan Hannemann's design patterns implementations, plus .lst files and test ↵wisberg2004-03-31289-0/+21378
| | | | scripts
* Fixed one test per new messages, but left the pointcut test, which needs ↵wisberg2004-01-201-3/+6
| | | | lots of new messages to be specified, to another day.
* pointcuts for whether after/around advice is supportedwisberg2004-01-081-1/+6
|
* adding projects cricketcage and atrackwisberg2003-12-021-1/+24
|
* letting tool handle titleswisberg2003-11-261-4/+5
|
* doc handling of code gone stale...wisberg2003-09-271-0/+12
|
* adding file for links out to sample code elsewherewisberg2003-09-271-0/+54
|
* removing empty samplewisberg2003-09-271-6/+1
|
* debugger caveatswisberg2003-09-271-0/+8
|
* added test for collection callswisberg2003-09-272-6/+23
|
* script sample title, correct todo wrt resource cleanupwisberg2003-09-271-2/+2
|
* added pointcut anyCollectionWriteCalls()wisberg2003-09-271-0/+13
|
* removing unneeded commentwisberg2003-09-271-0/+2
|
* flagging that model walker broke in 1.1.1wisberg2003-09-271-2/+3
|
* 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
|
* library of basic pointcut idioms and test case that causes BCException ↵wisberg2003-08-074-1/+479
| | | | (copied to tests/bugs/pointcutLibrary)
* - 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
|
* 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.