Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added model building performance test. | mkersten | 2003-09-05 | 3 | -2/+74 |
| | |||||
* | Added spacewar to test data. | mkersten | 2003-09-05 | 33 | -0/+3107 |
| | |||||
* | Made model generation optional. | mkersten | 2003-09-05 | 3 | -4/+11 |
| | |||||
* | serializing tests. Some depended on others for builds, but test run order ↵ | wisberg | 2003-08-28 | 1 | -22/+8 |
| | | | | is not guaranteed. | ||||
* | Added a call to remove all structure model listeners from previous run to ↵ | acolyer | 2003-08-16 | 1 | -0/+6 |
| | | | | | | prevent structure listener leakage. | ||||
* | deleted a rogue import of com.sum.crypto... that mik must have added by ↵ | acolyer | 2003-08-16 | 1 | -2/+0 |
| | | | | | | accident. I suspect this is what was breaking the build! | ||||
* | Fixed AJDT bug with truncation of labels (there was a weird substring call ↵ | mkersten | 2003-08-16 | 12 | -15/+75 |
| | | | | 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 | 3 | -2/+29 |
| | |||||
* | Added declare error/warning relationships to model. | mkersten | 2003-08-16 | 4 | -39/+13 |
| | |||||
* | Ported inline annotation support to new ASM API. Ported aspect visualizer. ↵ | mkersten | 2003-08-15 | 1 | -0/+2 |
| | | | | Improved link siganture generation. Improved ASM test coverage. | ||||
* | Improved declare relationships. Implemented batch-build relationship ↵ | mkersten | 2003-08-14 | 3 | -13/+50 |
| | | | | clearing policy. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 17 | -161/+174 |
| | | | | 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. | ||||
* | Added support for multiple relationships for a single program element. ↵ | mkersten | 2003-08-13 | 12 | -47/+49 |
| | | | | Renamed model container class. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 23 | -100/+121 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | added license header | wisberg | 2003-08-08 | 2 | -18/+24 |
| | |||||
* | Updated test data. | mkersten | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | Got advice relationships working. | mkersten | 2003-08-08 | 29 | -247/+351 |
| | |||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 7 | -43/+54 |
| | |||||
* | Fixed bad cast. | mkersten | 2003-08-08 | 2 | -21/+22 |
| | |||||
* | Fixed ProgramElement modifiers bug. | mkersten | 2003-08-08 | 3 | -6/+1 |
| | |||||
* | Removed unnecessary cast. | mkersten | 2003-08-08 | 1 | -1/+0 |
| | |||||
* | Matthew's fixes for failing weaver unit tests. | mkersten | 2003-08-08 | 11 | -107/+198 |
| | |||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 44 | -738/+947 |
| | | | | 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 bad paths. | mkersten | 2003-08-07 | 2 | -7/+4 |
| | |||||
* | Added check for build warnings. | mkersten | 2003-08-07 | 1 | -0/+1 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 3 | -0/+57 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 4 | -57/+22 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 3 | -0/+57 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 3 | -57/+0 |
| | |||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 2 | -22/+1 |
| | |||||
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵ | mkersten | 2003-08-07 | 3 | -28/+31 |
| | | | | in order to match method naming conventions. | ||||
* | Cleaned up test-generated files. | mkersten | 2003-08-07 | 2 | -524/+0 |
| | |||||
* | Fixed | mkersten | 2003-08-07 | 1 | -1/+1 |
| | | | | | | - 40257: parsing of "../" paths in LST files is broken Added interactive test for checking compiler task list messages (via browser). | ||||
* | Fixed bugs: | mkersten | 2003-08-06 | 20 | -42/+344 |
| | | | | | | | 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 | 3 | -6/+55 |
| | |||||
* | Revised and added tests for ASM containment hierarchy. | mkersten | 2003-08-05 | 8 | -19/+202 |
| | |||||
* | Expanded test data sources. | mkersten | 2003-08-05 | 2 | -0/+1 |
| | |||||
* | fixed 40194: error handling during build config parsing | mkersten | 2003-07-30 | 3 | -24/+32 |
| | |||||
* | fixed 40194: error handling during build config parsing | mkersten | 2003-07-30 | 1 | -80/+66 |
| | |||||
* | extended test data | mkersten | 2003-07-30 | 3 | -0/+525 |
| | |||||
* | Added incremental warning message. | mkersten | 2003-07-30 | 1 | -44/+52 |
| | |||||
* | De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵ | mkersten | 2003-07-25 | 3 | -4/+82 |
| | | | | funtionality into the the ajbrowser module.) | ||||
* | Ignoring AJDT-generated files. | mkersten | 2003-07-25 | 1 | -0/+2 |
| | |||||
* | Fix for bug#40771 | mkersten | 2003-07-25 | 16 | -516/+159 |
| | | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module. | ||||
* | *** empty log message *** | mkersten | 2003-07-23 | 1 | -0/+1 |
| | |||||
* | Fix for AJDT bug 40380. | mkersten | 2003-07-23 | 1 | -11/+15 |
| | |||||
* | Added coverge to LST file tests. Improved name of file opening method. | mkersten | 2003-07-22 | 6 | -16/+40 |
| | |||||
* | Added coverge to LST file tests. | mkersten | 2003-07-22 | 3 | -1/+8 |
| | |||||
* | Addes support for JDT's Java options map. | mkersten | 2003-07-22 | 3 | -1/+24 |
| | |||||
* | Improved name of compilerAdatper private. | mkersten | 2003-07-22 | 1 | -10/+10 |
| |