Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JoinPointCollector.java was moved to sandbox api-clients, and in any case ↵ | wisberg | 2003-09-07 | 1 | -67/+0 |
| | | | | has not been updated for the new asm API's. | ||||
* | 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 |
| | |||||
* | changed warning to error | jhugunin | 2003-08-29 | 1 | -1/+1 |
| | |||||
* | mostly final edits | ehilsdal | 2003-08-28 | 6 | -142/+248 |
| | |||||
* | updated section 3 | ehilsdal | 2003-08-28 | 6 | -54/+33 |
| | |||||
* | UML diagram built with Argo UML (http://argouml.tigris.org) | jhugunin | 2003-08-28 | 3 | -0/+298 |
| | |||||
* | made everything inherit from Test again | ehilsdal | 2003-08-28 | 12 | -66/+86 |
| | | | | updated section 3 tests | ||||
* | moved to List | ehilsdal | 2003-08-28 | 1 | -24/+26 |
| | |||||
* | typo | ehilsdal | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | in AspectJ 1.1, set jp's have void return type | ehilsdal | 2003-08-28 | 1 | -3/+3 |
| | |||||
* | fixes | ehilsdal | 2003-08-28 | 1 | -116/+61 |
| | |||||
* | removed unnecessary constructors and untabified | ehilsdal | 2003-08-28 | 13 | -79/+8 |
| | |||||
* | updating for new files | ehilsdal | 2003-08-28 | 1 | -2/+0 |
| | |||||
* | stub answer file | ehilsdal | 2003-08-28 | 1 | -0/+7 |
| | |||||
* | updated section 2 | ehilsdal | 2003-08-28 | 15 | -343/+215 |
| | |||||
* | rough edit of text for section 3 | jhugunin | 2003-08-27 | 1 | -61/+37 |
| | |||||
* | revised section 4 (untested) | jhugunin | 2003-08-27 | 13 | -94/+45 |
| | |||||
* | untabified | ehilsdal | 2003-08-27 | 18 | -289/+289 |
| | |||||
* | untabified | ehilsdal | 2003-08-27 | 30 | -289/+289 |
| | |||||
* | initial build.xml; has lots of dangling references | ehilsdal | 2003-08-27 | 1 | -0/+110 |
| | |||||
* | starting rework for oopsla | ehilsdal | 2003-08-27 | 1 | -62/+29 |
| | |||||
* | Fixed several broken links uncovered in 1.1.1rc1 testing. | acolyer | 2003-08-27 | 1 | -11/+11 |
| | |||||
* | performance faq item corrections promised on the list. | wisberg | 2003-08-23 | 1 | -11/+17 |
| | | | | I need some actual facts for a real answer. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 1 | -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 ↵ | mkersten | 2003-08-12 | 1 | -0/+0 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | Expanded developer documentation. Moved ASM doc to MSWord format since it ↵ | mkersten | 2003-08-11 | 5 | -420/+158 |
| | | | | will have graphics and revision support will help. | ||||
* | library of basic pointcut idioms and test case that causes BCException ↵ | wisberg | 2003-08-07 | 4 | -1/+479 |
| | | | | (copied to tests/bugs/pointcutLibrary) | ||||
* | fix for annoying javadoc link error | wisberg | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | modular build questions, unauthoritative answers | wisberg | 2003-08-06 | 1 | -53/+186 |
| | |||||
* | 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. | ||||
* | document new contents of docs module | wisberg | 2003-08-06 | 1 | -10/+34 |
| | |||||
* | Addendum to the original contribution from PARC. Three presentations: | jhugunin | 2003-08-01 | 58 | -0/+3192 |
| | | | | | | oneHour talk three hour tutorial six hour tutorial including exercises | ||||
* | *** empty log message *** | mkersten | 2003-07-31 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | mkersten | 2003-07-31 | 1 | -1/+20 |
| | |||||
* | Fix for | ehilsdal | 2003-07-31 | 1 | -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 for | ehilsdal | 2003-07-31 | 1 | -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 only | wisberg | 2003-07-30 | 1 | -17/+17 |
| | |||||
* | *** empty log message *** | mkersten | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | added mailing list discussion items | mkersten | 2003-07-30 | 1 | -0/+13 |
| | |||||
* | Updated for 1.1.1rc1 | mkersten | 2003-07-30 | 1 | -1/+156 |
| | |||||
* | Added sample for extending Main to collect joinpoints from ASM. | mkersten | 2003-07-29 | 1 | -0/+67 |
| |