summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* fix and better tests for jhugunin2003-05-022-5/+20
* more progress messages for ajdejhugunin2003-05-011-0/+2
* added test that deprecation warnings are not shown unless asked for jhugunin2003-05-011-1/+3
* expanded coverage and fix for bug involving around advice with either jhugunin2003-05-012-0/+24
* Making genBuildConfig static so it can be re-used from AJDE.wisberg2003-04-301-2/+3
* added support for adopting global configuration values (without overwriting l...wisberg2003-04-301-2/+98
* refactored batch and incremental into one method to make it easier to see the...wisberg2003-04-301-193/+107
* test case can't expect usage message any morewisberg2003-04-301-2/+2
* track internal API changeswisberg2003-04-291-8/+20
* using Kind.isSameOrLessThan(..) rather than direct compare for inferring streamswisberg2003-04-291-4/+1
* semantics-preserving - still only warn if aspectjrt.jar not foundwisberg2003-04-291-3/+7
* boolean hasSources() to validate after parsingwisberg2003-04-291-0/+9
* error-handling cleaned up wisberg2003-04-291-44/+57
* - detecting unflagged directories wisberg2003-04-291-31/+61
* not accepting directories any morewisberg2003-04-291-2/+2
* Checking in Mik's changes sent by email today for model and incremental suppo...wisberg2003-04-282-9/+44
* fix and test for jhugunin2003-04-272-0/+30
* test and fix for Bugzilla Bug 36564 jhugunin2003-04-221-2/+4
* fix for Bugzilla Bug 36673 jhugunin2003-04-222-2/+7
* fix for Bugzilla Bug 36736 jhugunin2003-04-221-4/+8
* fix for Bugzilla Bug 36736 jhugunin2003-04-221-1/+6
* adding -bootclasspath and -extdirs to documentationwisberg2003-04-111-0/+7
* fixing declare parents problemsjhugunin2003-04-113-41/+13
* fix for Bugzilla Bug 35688 jhugunin2003-04-101-0/+5
* re-implementing support for incremental compilation after move to 2.1 jhugunin2003-04-1010-521/+939
* addressing line ending issues and matching with eclipse 2.1 minor changesjhugunin2003-04-101-3/+3
* commenting out accidental debugging printlnjhugunin2003-04-101-1/+1
* fix for [Bug 35593] Problem with priviliged aspectsjhugunin2003-04-101-4/+3
* Major changes in order to move to Eclipse-JDT 2.1 as a base. jhugunin2003-03-2855-3788/+873
* test and fix for Bugzilla Bug 34925 v1_1_0_RC1jhugunin2003-03-132-50/+57
* fix for class not allowed to extend aspect and moving corresponding test out ...jhugunin2003-03-121-0/+9
* fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-) jhugunin2003-03-122-1/+2
* better rendering of exceptions thrown (including those from previously-unrend...wisberg2003-03-121-9/+11
* fix and test for Bugzilla Bug 34820 jhugunin2003-03-123-45/+11
* implemented fastMatch method along with some basic tests of jhugunin2003-03-123-0/+45
* fixing Bug 31724 jhugunin2003-03-113-5/+21
* added tests and fixes jhugunin2003-03-112-1/+12
* further work on binary aspects (aspect path) tested and implemented correct ...jhugunin2003-03-1113-42/+143
* further work on binary aspects (aspect path) tested correct behavior jhugunin2003-03-1016-197/+233
* - tagfile mod-time fix for first iteration wisberg2003-03-101-17/+37
* Half-way through refactoring of ResolvedTypeX's and Worlds. This jhugunin2003-03-0830-549/+362
* FIXED: Bugzilla Bug 32421 jhugunin2003-03-061-0/+13
* added a range check to avoid ArrayIndexOutOfBounds jhugunin2003-03-051-2/+3
* partial fix for bug 31724 emits file:line numbers for declare warning/error. wisberg2003-03-043-29/+107
* Fixed setting runnable bit on structure nodes. mkersten2003-02-282-3/+4
* finishResolveTypes now tests for CONCRETE as well acolyer2003-02-271-1/+4
* Use ***sourceStart*** (to avoid navigating to top of comments), acolyer2003-02-261-3/+3
* Flipped debug options around so that acolyer2003-02-261-3/+6
* Added logic to update declarationSourceStart/End as acolyer2003-02-261-2/+4
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2670-361/+776