Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 bug count!V1_1_1 | acolyer | 2003-09-19 | 1 | -1/+1 |
| | |||||
* | we fixed a few more bugs! (update total to 48) | acolyer | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | added in building architecture for turoial exercises | ehilsdal | 2003-09-09 | 12 | -76/+303 |
| | |||||
* | Ant task revisions | wisberg | 2003-09-08 | 1 | -8/+9 |
| | |||||
* | updated with list of major fixes / enhancements in 1.1.1 | acolyer | 2003-09-08 | 1 | -41/+49 |
| | |||||
* | 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 |
| |