summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* fix and expanded tests for Bugzilla Bug 39462 jhugunin2003-07-221-0/+4
* tests and fix for Bugzilla Bug 39993 jhugunin2003-07-223-0/+133
* changed default compiler behavior to ignore unreachable code (matching Javac)mkersten2003-07-221-1/+1
* tests and fixes for two awful error message bugs: jhugunin2003-07-023-14/+12
* Updated post 1.1.0 release build.acolyer2003-06-061-2/+2
* Updated for 1.1.0 releaseV1_1_0acolyer2003-06-061-2/+2
* Expanded error message to make it clear that it is coming from parsing.mkersten2003-06-011-1/+1
* fix and test for Bugzilla Bug 38131 jhugunin2003-05-273-2/+46
* expanded test coveragejhugunin2003-05-191-2/+2
* fix for NPE revealed by BcWeaverJarMaker test codejhugunin2003-05-191-1/+1
* defensively supplying ISourceLocation.NO_FILE when there is no file in the re...wisberg2003-05-141-1/+7
* patch mentioned on the list for detecting errs in incremental command linewisberg2003-05-142-2/+20
* fix to use cache for isPackage method (as indicated by previous !!! comment) jhugunin2003-05-091-2/+25
* Backing out the change I made to add the output directory to the classpath. wisberg2003-05-091-5/+5
* adding output dir/jar by default to classpath to permit resolving types in in...wisberg2003-05-081-16/+22
* - removed invalid test requiring -sourceroots in the argument list. They mig...wisberg2003-05-081-30/+31
* fix for reported bug with invalid classpath entries (from the environment) jhugunin2003-05-073-21/+64
* fixed bug for inferring the kind of messages from the eclipse batch jhugunin2003-05-071-2/+2
* wrong handler referencewisberg2003-05-071-4/+4
* creating a fresh AjState object whenever doing a batch build to make jhugunin2003-05-061-0/+4
* "organized imports" to eliminate compiler warningsacolyer2003-05-062-27/+3
* - special-casing -help to avoid printing usage twice wisberg2003-05-062-0/+14
* NPE guard - client of getSourceLocation only uses files - enforcing that. wisberg2003-05-051-0/+6
* addressing (Andy's) NPE - null source location is permitted for packages, so ...wisberg2003-05-051-88/+120
* redoing root to be kind [java file || config file] -- wisberg2003-05-051-9/+8
* 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