Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added "uses pointcut" relation to the ASM. | mkersten | 2004-10-14 | 1 | -0/+13 |
| | |||||
* | Added methods for retrieving the signature of a program element as it ↵ | mkersten | 2004-03-11 | 1 | -0/+2 |
| | | | | | | occurrs in the source code. Needed by ajdoc, possibly useful to other clients. | ||||
* | Fixed AJDT bug with truncation of labels (there was a weird substring call ↵ | mkersten | 2003-08-16 | 1 | -1/+18 |
| | | | | in AdviceActionDelegate). Fixed ASM/AJDT modifiers bug. Fixed ASM static initializers bug (we may want to change the way they show up, i.e. Added imports to ASM containment hierarchy. Fixed numerous AJBrwoser, JBuilder and NetBeans bugs. | ||||
* | Added spacewar project for testing. | mkersten | 2003-08-16 | 1 | -1/+1 |
| | |||||
* | Improved declare relationships. Implemented batch-build relationship ↵ | mkersten | 2003-08-14 | 1 | -1/+1 |
| | | | | clearing policy. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 1 | -2/+6 |
| | | | | 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 | -4/+6 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | Got advice relationships working. | mkersten | 2003-08-08 | 1 | -13/+29 |
| | |||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 1 | -2/+4 |
| | |||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 1 | -1/+1 |
| | | | | interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required. | ||||
* | Fixed bugs: | mkersten | 2003-08-06 | 1 | -2/+2 |
| | | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser | ||||
* | Improved generation of advice and pointcut names in the ASM. | mkersten | 2003-08-06 | 1 | -0/+5 |
| | |||||
* | Revised and added tests for ASM containment hierarchy. | mkersten | 2003-08-05 | 1 | -13/+42 |
| | |||||
* | extended test data | mkersten | 2003-07-30 | 1 | -0/+1 |
| | |||||
* | The mappings for advice are now correct, and associations have corresponding ↵ | mkersten | 2003-02-26 | 1 | -7/+8 |
| | | | | kinds (e.g. "affects exception handlers"). | ||||
* | Added new coverage test source. | mkersten | 2003-02-26 | 1 | -0/+69 |