| Commit message (Expand) | Author | Age | Files | Lines |
* | minimal run-in-same-vm feature for ajbrowser | wisberg | 2003-05-01 | 4 | -37/+300 |
* | - permit empty input to split
| wisberg | 2003-05-01 | 1 | -0/+46 |
* | updated tests for [method|execution] binary join point detection.
| wisberg | 2003-05-01 | 10 | -2/+202 |
* | removing 1.4 API | wisberg | 2003-05-01 | 1 | -3/+4 |
* | expanded coverage and fix for bug involving around advice with either
| jhugunin | 2003-05-01 | 6 | -1/+48 |
* | fix for
| jhugunin | 2003-05-01 | 2 | -1/+9 |
* | Expected fix for issue of Class.forName differences
| jhugunin | 2003-05-01 | 1 | -1/+2 |
* | Added easy to understand test for issue of Class.forName differences
| jhugunin | 2003-05-01 | 4 | -2/+86 |
* | 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 was... | wisberg | 2003-04-30 | 1 | -28/+30 |
* | identify source of log message for convenience | wisberg | 2003-04-30 | 1 | -1/+1 |
* | - IMessage-based compiler messages
| wisberg | 2003-04-30 | 1 | -6/+23 |
* | - IMessage-based compiler messages
| wisberg | 2003-04-30 | 1 | -9/+25 |
* | - IMessage-based compiler messages | wisberg | 2003-04-30 | 1 | -20/+5 |
* | - using IMessage-based API's for displaying messages
| wisberg | 2003-04-30 | 1 | -4/+29 |
* | support shift-key to rebuild-all in incremental mode | wisberg | 2003-04-30 | 2 | -4/+22 |
* | slight rewording of error dialog, and correct URL. | wisberg | 2003-04-30 | 1 | -3/+3 |
* | - making default filename static (access by tests)
| wisberg | 2003-04-30 | 1 | -12/+49 |
* | incremental flag support | wisberg | 2003-04-30 | 1 | -1/+10 |
* | static utility for detecting shift key down - should move | wisberg | 2003-04-30 | 1 | -0/+6 |
* | binary-incompatible change to IMessage-based API (using ISourceLocation anyway) | wisberg | 2003-04-30 | 1 | -0/+2 |
* | using new IMessage-based API for sourceline tasks | wisberg | 2003-04-30 | 1 | -4/+8 |
* | - incremental support
| wisberg | 2003-04-30 | 1 | -254/+37 |
* | - supporting incremental
| wisberg | 2003-04-30 | 1 | -155/+256 |
* | - added incremental checkbox
| wisberg | 2003-04-30 | 1 | -17/+16 |
* | added flag for incremental mode | wisberg | 2003-04-30 | 1 | -1/+8 |
* | binary-incompatible API change to add methods for building fresh when in incr... | wisberg | 2003-04-30 | 1 | -0/+12 |
* | Making genBuildConfig static so it can be re-used from AJDE. | wisberg | 2003-04-30 | 1 | -2/+3 |
* | added support for adopting global configuration values (without overwriting l... | wisberg | 2003-04-30 | 1 | -2/+98 |
* | refactored batch and incremental into one method to make it easier to see the... | wisberg | 2003-04-30 | 1 | -193/+107 |
* | test case can't expect usage message any more | wisberg | 2003-04-30 | 1 | -2/+2 |
* | fixed two tests to expect addition abort message for usage,
| wisberg | 2003-04-30 | 1 | -8/+11 |
* | Usage is now emitted as an abort message, so AjcTask now ignores usage when ... | wisberg | 2003-04-30 | 1 | -7/+21 |
* | error messages for undefined ${module.name} | wisberg | 2003-04-29 | 1 | -0/+3 |
* | fix test title | wisberg | 2003-04-29 | 1 | -1/+1 |
* | With the restructure of the org.eclipse.jdt.core project, it no
| acolyer | 2003-04-29 | 1 | -1/+1 |
* | track internal API changes | wisberg | 2003-04-29 | 1 | -8/+20 |
* | using Kind.isSameOrLessThan(..) rather than direct compare for inferring streams | wisberg | 2003-04-29 | 1 | -4/+1 |
* | semantics-preserving - still only warn if aspectjrt.jar not found | wisberg | 2003-04-29 | 1 | -3/+7 |
* | boolean hasSources() to validate after parsing | wisberg | 2003-04-29 | 1 | -0/+9 |
* | error-handling cleaned up
| wisberg | 2003-04-29 | 1 | -44/+57 |
* | - detecting unflagged directories
| wisberg | 2003-04-29 | 1 | -31/+61 |
* | not accepting directories any more | wisberg | 2003-04-29 | 1 | -2/+2 |
* | test failing - node is java file, should be method execution main, so no parent | wisberg | 2003-04-28 | 1 | -0/+1 |
* | Checking in Mik's changes sent by email today for model and incremental suppo... | wisberg | 2003-04-28 | 4 | -16/+66 |
* | test cases for binary warnings (bugs 37020, 37021, 37023) | wisberg | 2003-04-28 | 6 | -0/+266 |
* | fix and tests for
| jhugunin | 2003-04-27 | 6 | -4/+50 |