Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Globally replace "http:" by "https:" in non-XML files | Alexander Kriegisch | 2024-02-15 | 261 | -4281/+4216 |
| | | | | | | | | | Maybe, the XML files and Maven wrapper files will follow. First, let us find out if this breaks the build, maybe some tests are asserting on "http:". But there, the replacement would also have taken place, so probably it just works. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Always use ":leveloffset: +1" with ":doctype: book" | Alexander Kriegisch | 2024-02-01 | 1 | -1/+1 |
| | | | | | | | | | Headlines per ADOC file should start at level 1, not 2. Adjusting the level offset for books helps to avoid warnings when including book chapters, but still allows to also use the chapters as stand-alone documents. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix some broken/invalid ADOC links | Alexander Kriegisch | 2024-01-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Remove references and docs about obsolete tools | Alexander Kriegisch | 2024-01-06 | 1 | -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 Kriegisch | 2024-01-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Globally replace HTTP links to eclipse.org by HTTPS | Alexander Kriegisch | 2024-01-06 | 4 | -23/+23 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix more AsciiDoc links and code blocks (WIP) | Alexander Kriegisch | 2024-01-06 | 2 | -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/XML | Alexander Kriegisch | 2024-01-06 | 15 | -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' files | Alexander Kriegisch | 2023-09-27 | 1 | -1/+0 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 8 | -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 EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 7 | -14/+14 |
| | |||||
* | bug#82171 Created sepereate handle provider to enable ASM use of ↵ | mkersten | 2005-04-14 | 1 | -2/+2 |
| | | | | IDE-specific handle identifiers. | ||||
* | Updated to include source location offset. | mkersten | 2005-01-13 | 1 | -3/+6 |
| | |||||
* | Added "uses pointcut" relation to the ASM. | mkersten | 2004-10-14 | 1 | -3/+3 |
| | |||||
* | Removed bogus dependancy | mkersten | 2004-08-18 | 1 | -1/+0 |
| | |||||
* | Added support for clients to extend the ASM relationships in order to add | mkersten | 2004-08-18 | 2 | -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 made | mkersten | 2004-07-27 | 7 | -199/+179 |
| | | | | available in the sandbox as an Eclipse project. | ||||
* | AOPAlliance adapter sample | acolyer | 2004-05-17 | 23 | -0/+719 |
| | |||||
* | cricketcage skipped, external link to top, updated design pattern entry | wisberg | 2004-04-19 | 1 | -13/+26 |
| | |||||
* | renamed sample aspect | wisberg | 2004-04-19 | 1 | -1/+1 |
| | |||||
* | Jan's 4/2 bug 50932 patch | wisberg | 2004-04-02 | 4 | -12/+10 |
| | |||||
* | Jan's 4/2 bug 50932 patch | wisberg | 2004-04-02 | 22 | -61/+459 |
| | |||||
* | Jan Hannemann's design patterns implementations, plus .lst files and test ↵ | wisberg | 2004-03-31 | 289 | -0/+21378 |
| | | | | scripts | ||||
* | Fixed one test per new messages, but left the pointcut test, which needs ↵ | wisberg | 2004-01-20 | 1 | -3/+6 |
| | | | | lots of new messages to be specified, to another day. | ||||
* | pointcuts for whether after/around advice is supported | wisberg | 2004-01-08 | 1 | -1/+6 |
| | |||||
* | adding projects cricketcage and atrack | wisberg | 2003-12-02 | 1 | -1/+24 |
| | |||||
* | letting tool handle titles | wisberg | 2003-11-26 | 1 | -4/+5 |
| | |||||
* | doc handling of code gone stale... | wisberg | 2003-09-27 | 1 | -0/+12 |
| | |||||
* | adding file for links out to sample code elsewhere | wisberg | 2003-09-27 | 1 | -0/+54 |
| | |||||
* | removing empty sample | wisberg | 2003-09-27 | 1 | -6/+1 |
| | |||||
* | debugger caveats | wisberg | 2003-09-27 | 1 | -0/+8 |
| | |||||
* | added test for collection calls | wisberg | 2003-09-27 | 2 | -6/+23 |
| | |||||
* | script sample title, correct todo wrt resource cleanup | wisberg | 2003-09-27 | 1 | -2/+2 |
| | |||||
* | added pointcut anyCollectionWriteCalls() | wisberg | 2003-09-27 | 1 | -0/+13 |
| | |||||
* | removing unneeded comment | wisberg | 2003-09-27 | 1 | -0/+2 |
| | |||||
* | flagging that model walker broke in 1.1.1 | wisberg | 2003-09-27 | 1 | -2/+3 |
| | |||||
* | updated tests - all passing | wisberg | 2003-09-07 | 1 | -30/+52 |
| | |||||
* | dirty example adapted from May user email | wisberg | 2003-09-07 | 1 | -0/+191 |
| | |||||
* | pointcuts fixed, so library updated/fixed and tested | wisberg | 2003-09-06 | 1 | -39/+43 |
| | |||||
* | pointcuts fixed, so library updated/fixed | wisberg | 2003-09-06 | 1 | -28/+31 |
| | |||||
* | initialization example: more comments and more testable | wisberg | 2003-09-06 | 1 | -40/+78 |
| | |||||
* | using linked list, more comments | wisberg | 2003-09-06 | 1 | -7/+12 |
| | |||||
* | sample api code to list affected files | wisberg | 2003-09-06 | 2 | -1/+135 |
| | |||||
* | library of basic pointcut idioms and test case that causes BCException ↵ | wisberg | 2003-08-07 | 4 | -1/+479 |
| | | | | (copied to tests/bugs/pointcutLibrary) | ||||
* | - initial api-based tests | wisberg | 2003-08-07 | 7 | -53/+366 |
| | | | | | - initial J2EE samples (added support for XML/Ant scripts) | ||||
* | tag correction for code gatherer | wisberg | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | double-dispatch example | wisberg | 2003-08-06 | 2 | -0/+86 |
| | |||||
* | initial checkin of the sandbox. | wisberg | 2003-08-06 | 33 | -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. |