summaryrefslogtreecommitdiffstats
path: root/ajde
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug#45489 "Structure model is wrong when re-opened"mkersten2004-02-192-0/+105
* Removed stale ajworkingdir option from project properties interface.mkersten2004-02-181-1/+1
* new icons for declare precendencemkersten2004-01-303-0/+0
* eliminated a dependency on org.eclipse.core.runtime that had crept acolyer2004-01-231-5/+5
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-2330-377/+377
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-134-12/+14
* ensure InpathTestCases still behave in the presence of CVS info acolyer2003-11-111-6/+10
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-1118-2/+535
* don't worry about .ajsym files in cvsacolyer2003-11-103-0/+3
* Fix from Matthew Webster for copying first resource in jars and acolyer2003-11-043-25/+20
* using ../{module}/ convention for testdata references so tests can be run fro...wisberg2003-10-315-9/+50
* Fixed part III of bug#43783mkersten2003-10-221-13/+21
* Cleanup of bad test data.mkersten2003-09-261-2/+2
* Cleaning up bad bug data.mkersten2003-09-2611-2/+1
* Added model building performance test.mkersten2003-09-053-2/+74
* Added spacewar to test data.mkersten2003-09-0533-0/+3107
* Made model generation optional.mkersten2003-09-053-4/+11
* serializing tests. Some depended on others for builds, but test run order is...wisberg2003-08-281-22/+8
* Added a call to remove all structure model listeners from previous run to pre...acolyer2003-08-161-0/+6
* deleted a rogue import of com.sum.crypto... that mik must have added by accid...acolyer2003-08-161-2/+0
* Fixed AJDT bug with truncation of labels (there was a weird substring call in...mkersten2003-08-1612-15/+75
* Added spacewar project for testing.mkersten2003-08-163-2/+29
* Added declare error/warning relationships to model.mkersten2003-08-164-39/+13
* Ported inline annotation support to new ASM API. Ported aspect visualizer. ...mkersten2003-08-151-0/+2
* Improved declare relationships. Implemented batch-build relationship clearin...mkersten2003-08-143-13/+50
* Updated org.aspectj.asm relationship model to string-handle-based API in orde...mkersten2003-08-1417-161/+174
* Added support for multiple relationships for a single program element. Renam...mkersten2003-08-1312-47/+49
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-1223-100/+121
* added license headerwisberg2003-08-082-18/+24
* Updated test data.mkersten2003-08-081-0/+1
* Got advice relationships working.mkersten2003-08-0829-247/+351
* First pass at new relationship API support.mkersten2003-08-087-43/+54
* Fixed bad cast.mkersten2003-08-082-21/+22
* Fixed ProgramElement modifiers bug.mkersten2003-08-083-6/+1
* Removed unnecessary cast.mkersten2003-08-081-1/+0
* Matthew's fixes for failing weaver unit tests.mkersten2003-08-0811-107/+198
* Reimplemented ASM API as described in bug "41254: revise asm and create inter...mkersten2003-08-0844-738/+947
* Fixed bad paths.mkersten2003-08-072-7/+4
* Added check for build warnings.mkersten2003-08-071-0/+1
* Cleaned up test-generated files.mkersten2003-08-073-0/+57
* Cleaned up test-generated files.mkersten2003-08-074-57/+22
* Cleaned up test-generated files.mkersten2003-08-073-0/+57
* Cleaned up test-generated files.mkersten2003-08-073-57/+0
* Cleaned up test-generated files.mkersten2003-08-072-22/+1
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation i...mkersten2003-08-073-28/+31
* Cleaned up test-generated files.mkersten2003-08-072-524/+0
* Fixed mkersten2003-08-071-1/+1
* Fixed bugs: mkersten2003-08-0620-42/+344
* Improved generation of advice and pointcut names in the ASM.mkersten2003-08-063-6/+55
* Revised and added tests for ASM containment hierarchy.mkersten2003-08-058-19/+202