Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix and better tests for | jhugunin | 2003-05-02 | 9 | -62/+119 |
| | | | | | Bugzilla Bug 37152 java.lang.VerifyError: | ||||
* | updated with requirement to use -incremental and sourceroots for inc-compile ↵ | wisberg | 2003-05-02 | 1 | -13/+27 |
| | | | | tests | ||||
* | passing incremental tests from testing-drivers/testdata/harness/incremental | wisberg | 2003-05-02 | 34 | -1/+720 |
| | |||||
* | converted to sourceroots, removed one test case | wisberg | 2003-05-02 | 2 | -26/+17 |
| | |||||
* | fix for | jhugunin | 2003-05-02 | 3 | -90/+185 |
| | | | | | | | Bugzilla Bug 37152 java.lang.VerifyError: This fix needs a little clean-up and testing before closing out | ||||
* | more progress messages for ajde | jhugunin | 2003-05-01 | 2 | -2/+23 |
| | |||||
* | added test that deprecation warnings are not shown unless asked for | jhugunin | 2003-05-01 | 3 | -28/+21 |
| | | | | modifying option setting to make that test pass | ||||
* | Updated expected bytecode to match change for fix for issue of | jhugunin | 2003-05-01 | 5 | -5/+5 |
| | | | | Class.forName differences between IBM and SUN's JDKs | ||||
* | 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 |
| | | | | | - split classpath - check for array arguments | ||||
* | updated tests for [method|execution] binary join point detection. | wisberg | 2003-05-01 | 10 | -2/+202 |
| | | | | added narrower knownLimitation test | ||||
* | 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 |
| | | | | | | | assert or <name>.class in the body the fix for now is just to not inline such advice, but in the future these should be transformed to inlinable constructs | ||||
* | fix for | jhugunin | 2003-05-01 | 2 | -1/+9 |
| | | | | | | | | | | | Bugzilla Bug 37020 wrong line for method execution join point (but points to first executable line rather than method declaration) and Bugzilla Bug 37021 source path wrong in declare warning on binary files | ||||
* | Expected fix for issue of Class.forName differences | jhugunin | 2003-05-01 | 1 | -1/+2 |
| | | | | between IBM and SUN's JDKs -- not yet tested on IBMs JDK to confirm | ||||
* | Added easy to understand test for issue of Class.forName differences | jhugunin | 2003-05-01 | 4 | -2/+86 |
| | | | | | | | between IBM and SUN's JDKs Moved a nit-picking part of SourceLocationWithExpr to its own test that is listed as a known limitation. | ||||
* | 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 ↵ | wisberg | 2003-04-30 | 1 | -28/+30 |
| | | | | was causing build configuration tests to fail now that all options are significant | ||||
* | 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 |
| | | | | - better toString for logging message lists | ||||
* | - IMessage-based compiler messages | wisberg | 2003-04-30 | 1 | -9/+25 |
| | | | | | include the stack trace as tooltip text if there is an associated exception | ||||
* | - 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 |
| | | | | | | | - if a source line message contains a throwable and the user double-clicks, this displays the error dialog that permits them to copy the trace. That should mean that multiple exceptions can be in the task list. | ||||
* | 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 |
| | | | | - closing streams to permit better test cleanup | ||||
* | 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 |
| | | | | | - buildStructure test API now builds everything - removed unused code from pre-IMessage days | ||||
* | - supporting incremental | wisberg | 2003-04-30 | 1 | -155/+256 |
| | | | | | | | | | | | | | | | | - handling new fast-fail config errors - better error display, no messages lost Implemented new options merging: - can specify any local config file options - project properties and build options now can contain any options and override local values only if not set - have method to fixup the options for IDE's to enforce their invariants, but this needs to delegate to a new adapted API. | ||||
* | - added incremental checkbox | wisberg | 2003-04-30 | 1 | -17/+16 |
| | | | | - broadened size and meaning of "non-standard compiler options" to "other compiler options" | ||||
* | added flag for incremental mode | wisberg | 2003-04-30 | 1 | -1/+8 |
| | |||||
* | binary-incompatible API change to add methods for building fresh when in ↵ | wisberg | 2003-04-30 | 1 | -0/+12 |
| | | | | incremental mode | ||||
* | 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 ↵ | wisberg | 2003-04-30 | 1 | -2/+98 |
| | | | | local values) | ||||
* | refactored batch and incremental into one method to make it easier to see ↵ | wisberg | 2003-04-30 | 1 | -193/+107 |
| | | | | the differences and do a fix. | ||||
* | 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 |
| | | | | and commented out one test because it does not add the file correctly (to a matching task) | ||||
* | Usage is now emitted as an abort message, so AjcTask now ignores usage when ↵ | wisberg | 2003-04-30 | 1 | -7/+21 |
| | | | | determining whether to throw a BuildException after getting an abort message. This fixes 3 tests. | ||||
* | 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 |
| | | | | | longer has a bin dir. Updated the classpath to include jdtcore-for-aspectj.jar instead. | ||||
* | 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 |
| |