aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
Commit message (Collapse)AuthorAgeFilesLines
* binary-incompatible API change to add methods for building fresh when in ↵wisberg2003-04-301-0/+12
| | | | incremental mode
* test failing - node is java file, should be method execution main, so no parentwisberg2003-04-281-0/+1
|
* Checking in Mik's changes sent by email today for model and incremental ↵wisberg2003-04-282-7/+22
| | | | | | | support in AJDE. ajde has the same test failing as it did before this checkin, perhaps caused by a regression per bug 37020
* Corrected license. To check licenses, run build unit tests (CheckLics in ↵wisberg2003-04-031-6/+12
| | | | particular)
* Major changes in order to move to Eclipse-JDT 2.1 as a base. jhugunin2003-03-283-30/+16
| | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future.
* Extended test case support to allow verification of compiler messages produced acolyer2003-03-278-3/+141
| | | | | during compilation. Added test case for bug 33474 (full source location for declare warning messages).
* Now adds value of "aspectjrt.path" system property to acolyer2003-03-121-1/+4
| | | | classpath - needed for release testing
* Fixed setting runnable bit on structure nodes. mkersten2003-02-282-4/+5
| | | | Fixed failing incremental test.
* Flipped debug options tests around to reflect fact that acolyer2003-02-261-8/+8
| | | | batch build now generates debug info by default
* Edited (and then restored) iilegalNewFigElt pointcut acolyer2003-02-261-1/+3
| | | | to trap declare error task generation
* Switched default for Ajde (batch compile) to have acolyer2003-02-261-14/+17
| | | | debug info turned on.
* Added new Granularity, DECLARED_ELEMENTS, and acolyer2003-02-262-4/+7
| | | | new rule to acceptGranularity
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2651-130/+476
| | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
* The mappings for advice are now correct, and associations have corresponding ↵mkersten2003-02-262-7/+8
| | | | kinds (e.g. "affects exception handlers").
* Added new coverage test source.mkersten2003-02-263-0/+70
|
* Ignore bin directoryacolyer2003-02-263-0/+3
|
* Ignore bin directoryacolyer2003-02-261-0/+1
|
* This test was failing, seemed to rely on "currentView" acolyer2003-02-251-4/+6
| | | | which was set up by another testMethod
* Fixed source line mapping errors. mkersten2003-02-182-0/+24
| | | | | | Fixed formatting of pointcuts. Added a few more tests for above.
* Fixed failing unit tests. Involved making paths work right in structure model, mkersten2003-02-182-81/+86
| | | | and updating for differences in the 1.1 model.
* resolving misc compiler warningswisberg2003-02-132-17/+11
|
* text constant change only. wisberg2003-02-011-8/+16
| | | | fixed aspectj.org and MPL references in about box.
* fixed NPE (was & for &&) with bad options file. wisberg2003-02-011-6/+9
| | | | Also now setting some options only if not empty (was resetting options if not null).
* Committed patches specified in: mkersten2003-01-2514-35/+1255
| | | | http://bugs.eclipse.org/bugs/show_bug.cgi?id=29769
* Added condition for model building.mkersten2002-12-181-0/+1
|
* initial version - neglected .lst files in testdatawisberg2002-12-1714-0/+40
|
* initial versionwisberg2002-12-16236-0/+13001