Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for Bugzilla Bug 40192 | aclement | 2004-03-18 | 2 | -0/+411 |
| | | | | build cancel during weaving | ||||
* | fix for Bugzilla Bug 47910 | acolyer | 2004-03-17 | 4 | -8/+97 |
| | | | | ajc -outjar jarfile does not contain MANIFEST.MF | ||||
* | Final part of bug #46347 (-inpath): We do not copy resources from inpath ↵ | aclement | 2004-02-26 | 1 | -8/+14 |
| | | | | directories to the output. | ||||
* | Temporarily commenting out unreliable section of the test. | aclement | 2004-02-25 | 1 | -14/+20 |
| | |||||
* | Bit more diagnostic info in that test that fails on the build machine - it ↵ | aclement | 2004-02-25 | 1 | -8/+11 |
| | | | | works for me :( | ||||
* | Fix for Bug 36430: Xreweavable support | aclement | 2004-02-24 | 2 | -0/+427 |
| | |||||
* | Fixed bug#45489 "Structure model is wrong when re-opened" | mkersten | 2004-02-19 | 2 | -0/+105 |
| | |||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 8 | -93/+93 |
| | | | | | 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 | 2 | -5/+5 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | ensure InpathTestCases still behave in the presence of CVS info | acolyer | 2003-11-11 | 1 | -6/+10 |
| | | | | in the directories. | ||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 3 | -0/+469 |
| | |||||
* | Fix from Matthew Webster for copying first resource in jars and | acolyer | 2003-11-04 | 1 | -25/+20 |
| | | | | for copying first Manifest.mf file | ||||
* | using ../{module}/ convention for testdata references so tests can be run ↵ | wisberg | 2003-10-31 | 5 | -9/+50 |
| | | | | | | from any peer directory/module, i.e., from one module Also catching some errors as failures and avoiding others with non-null ErrorHandler | ||||
* | Cleanup of bad test data. | mkersten | 2003-09-26 | 1 | -2/+2 |
| | |||||
* | Added model building performance test. | mkersten | 2003-09-05 | 3 | -2/+74 |
| | |||||
* | 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. | ||||
* | Fixed AJDT bug with truncation of labels (there was a weird substring call ↵ | mkersten | 2003-08-16 | 3 | -5/+19 |
| | | | | 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 | 2 | -1/+28 |
| | |||||
* | Improved declare relationships. Implemented batch-build relationship ↵ | mkersten | 2003-08-14 | 1 | -12/+46 |
| | | | | clearing policy. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 7 | -103/+105 |
| | | | | 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 | 5 | -18/+17 |
| | | | | Renamed model container class. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 15 | -52/+26 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | added license header | wisberg | 2003-08-08 | 2 | -18/+24 |
| | |||||
* | Got advice relationships working. | mkersten | 2003-08-08 | 8 | -54/+57 |
| | |||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 1 | -7/+16 |
| | |||||
* | Fixed ProgramElement modifiers bug. | mkersten | 2003-08-08 | 2 | -5/+1 |
| | |||||
* | Matthew's fixes for failing weaver unit tests. | mkersten | 2003-08-08 | 4 | -105/+195 |
| | |||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 13 | -96/+247 |
| | | | | 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 | 1 | -5/+2 |
| | |||||
* | Added check for build warnings. | mkersten | 2003-08-07 | 1 | -0/+1 |
| | |||||
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵ | mkersten | 2003-08-07 | 3 | -28/+31 |
| | | | | in order to match method naming conventions. | ||||
* | Fixed bugs: | mkersten | 2003-08-06 | 4 | -3/+220 |
| | | | | | | | 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 | -6/+50 |
| | |||||
* | Revised and added tests for ASM containment hierarchy. | mkersten | 2003-08-05 | 5 | -5/+153 |
| | |||||
* | fixed 40194: error handling during build config parsing | mkersten | 2003-07-30 | 1 | -24/+30 |
| | |||||
* | De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵ | mkersten | 2003-07-25 | 1 | -1/+2 |
| | | | | funtionality into the the ajbrowser module.) | ||||
* | Fix for bug#40771 | mkersten | 2003-07-25 | 4 | -5/+61 |
| | | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module. | ||||
* | Added coverge to LST file tests. Improved name of file opening method. | mkersten | 2003-07-22 | 6 | -16/+40 |
| | |||||
* | Disabling test reads from user preferences store. | wisberg | 2003-05-14 | 2 | -2/+2 |
| | | | | This was discussed on the list before rc2. | ||||
* | fixed testFileNodeFind that would always pass to be more strict | jhugunin | 2003-05-08 | 1 | -1/+6 |
| | | | | and then fixed the file it was operating on to be correct | ||||
* | "organized imports" to eliminate compiler warnings | acolyer | 2003-05-06 | 3 | -13/+12 |
| | |||||
* | implement binary-incompatible API for detecting whether any warnings exist, ↵ | wisberg | 2003-05-05 | 1 | -0/+15 |
| | | | | to enable/disable message display. | ||||
* | fix test - NPE Guard, canonicalize file input | wisberg | 2003-05-05 | 1 | -4/+5 |
| | |||||
* | removing 1.4 API | wisberg | 2003-05-01 | 1 | -3/+4 |
| | |||||
* | cleaner, but no semantic changes | wisberg | 2003-04-30 | 1 | -14/+13 |
| | |||||
* | removed printlns | wisberg | 2003-04-30 | 1 | -6/+7 |
| | |||||
* | not using unimplemented buildStructure() api | wisberg | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | no change, just nicer feedback | wisberg | 2003-04-30 | 2 | -2/+10 |
| | |||||
* | mainly changed setup to avoid reading any existing user properties, which ↵ | wisberg | 2003-04-30 | 1 | -28/+30 |
| | | | | was causing build configuration tests to fail now that all options are significant |