Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license to EPL | acolyer | 2006-06-01 | 2 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Added support for clients to extend the ASM relationships in order to add | mkersten | 2004-08-18 | 1 | -0/+88 |
| | | | | | | | 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 | 4 | -199/+148 |
| | | | | available in the sandbox as an Eclipse project. | ||||
* | flagging that model walker broke in 1.1.1 | wisberg | 2003-09-27 | 1 | -2/+3 |
| | |||||
* | using linked list, more comments | wisberg | 2003-09-06 | 1 | -7/+12 |
| | |||||
* | sample api code to list affected files | wisberg | 2003-09-06 | 1 | -0/+124 |
| | |||||
* | initial checkin of the sandbox. | wisberg | 2003-08-06 | 1 | -0/+69 |
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. |