Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | eliminated a dependency on org.eclipse.core.runtime that had crept | acolyer | 2004-01-23 | 1 | -5/+5 | |
| | | | | | into this source - only the org.eclipse.jdt.core project should contain links to other portions of eclipse source. | |||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 22 | -284/+284 | |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | |||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 1 | -6/+7 | |
| | | | | default mode (inherited behaviour from JDT). | |||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 3 | -2/+12 | |
| | ||||||
* | Fixed part III of bug#43783 | mkersten | 2003-10-22 | 1 | -13/+21 | |
| | ||||||
* | Made model generation optional. | mkersten | 2003-09-05 | 3 | -4/+11 | |
| | ||||||
* | 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 | 8 | -9/+38 | |
| | | | | 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 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 | 1 | -0/+3 | |
| | | | | clearing policy. | |||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 9 | -56/+63 | |
| | | | | 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 | 7 | -29/+32 | |
| | | | | Renamed model container class. | |||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 7 | -44/+89 | |
| | | | | output, and port of AJDT to new ASM APIs. | |||||
* | Got advice relationships working. | mkersten | 2003-08-08 | 20 | -180/+265 | |
| | ||||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 5 | -34/+34 | |
| | ||||||
* | Fixed bad cast. | mkersten | 2003-08-08 | 2 | -21/+22 | |
| | ||||||
* | Fixed ProgramElement modifiers bug. | mkersten | 2003-08-08 | 1 | -1/+0 | |
| | ||||||
* | Removed unnecessary cast. | mkersten | 2003-08-08 | 1 | -1/+0 | |
| | ||||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 28 | -640/+693 | |
| | | | | 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 | 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 | 4 | -37/+13 | |
| | | | | | | | 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 | |||||
* | Revised and added tests for ASM containment hierarchy. | mkersten | 2003-08-05 | 1 | -1/+7 | |
| | ||||||
* | fixed 40194: error handling during build config parsing | mkersten | 2003-07-30 | 1 | -80/+66 | |
| | ||||||
* | 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 | 2 | -3/+80 | |
| | | | | funtionality into the the ajbrowser module.) | |||||
* | Fix for bug#40771 | mkersten | 2003-07-25 | 11 | -511/+74 | |
| | | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module. | |||||
* | Fix for AJDT bug 40380. | mkersten | 2003-07-23 | 1 | -11/+15 | |
| | ||||||
* | 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 | |
| | ||||||
* | Added safeguard for missing 1.3 setLocationRelativeTo method. | mkersten | 2003-07-09 | 1 | -2/+6 | |
| | ||||||
* | Fixed bugs introduced in 1.1rc2, where cast of message was incorrect. | mkersten | 2003-07-09 | 1 | -6/+6 | |
| | ||||||
* | Added persist member. | acolyer | 2003-05-09 | 1 | -1/+5 | |
| | ||||||
* | I believe this file can/should be deleted as unused | wisberg | 2003-05-07 | 1 | -0/+1 | |
| | ||||||
* | comment, organizes imports (using 2, right?) | wisberg | 2003-05-07 | 1 | -4/+4 | |
| | ||||||
* | "organized imports" to eliminate compiler warnings | acolyer | 2003-05-06 | 6 | -31/+6 | |
| | ||||||
* | use binary-incompatible API for detecting whether any warnings exist, to ↵ | wisberg | 2003-05-05 | 1 | -0/+1 | |
| | | | | enable/disable message display. | |||||
* | binary-incompatible API for detecting whether any warnings exist, to ↵ | wisberg | 2003-05-05 | 1 | -1/+4 | |
| | | | | | | enable/disable message display. (should move to MessageHandler-based model) | |||||
* | NPE guard | wisberg | 2003-05-05 | 2 | -5/+13 | |
| | ||||||
* | comment regarding canonicalizing path for input | wisberg | 2003-05-05 | 1 | -0/+1 | |
| | ||||||
* | support both same- and other-vm runs using new using new LangUtil API's for ↵ | wisberg | 2003-05-05 | 1 | -31/+139 | |
| | | | | running processes | |||||
* | minimal run-in-same-vm feature for ajbrowser | wisberg | 2003-05-01 | 1 | -0/+30 | |
| | ||||||
* | - IMessage-based compiler messages | wisberg | 2003-04-30 | 1 | -9/+25 | |
| | | | | | include the stack trace as tooltip text if there is an associated exception | |||||
* | - IMessage-based compiler messages | wisberg | 2003-04-30 | 1 | -20/+5 | |
| | ||||||
* | support shift-key to rebuild-all in incremental mode | wisberg | 2003-04-30 | 1 | -1/+6 | |
| | ||||||
* | slight rewording of error dialog, and correct URL. | wisberg | 2003-04-30 | 1 | -3/+3 | |
| | ||||||
* | - making default filename static (access by tests) | wisberg | 2003-04-30 | 1 | -12/+49 | |
| | | | | - closing streams to permit better test cleanup | |||||
* | incremental flag support | wisberg | 2003-04-30 | 1 | -1/+10 | |
| | ||||||
* | static utility for detecting shift key down - should move | wisberg | 2003-04-30 | 1 | -0/+6 | |
| | ||||||
* | binary-incompatible change to IMessage-based API (using ISourceLocation anyway) | wisberg | 2003-04-30 | 1 | -0/+2 | |
| |