aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix and better tests for jhugunin2003-05-029-62/+119
| | | | | Bugzilla Bug 37152 java.lang.VerifyError:
* updated with requirement to use -incremental and sourceroots for inc-compile ↵wisberg2003-05-021-13/+27
| | | | tests
* passing incremental tests from testing-drivers/testdata/harness/incrementalwisberg2003-05-0234-1/+720
|
* converted to sourceroots, removed one test casewisberg2003-05-022-26/+17
|
* fix for jhugunin2003-05-023-90/+185
| | | | | | | Bugzilla Bug 37152 java.lang.VerifyError: This fix needs a little clean-up and testing before closing out
* more progress messages for ajdejhugunin2003-05-012-2/+23
|
* added test that deprecation warnings are not shown unless asked for jhugunin2003-05-013-28/+21
| | | | modifying option setting to make that test pass
* Updated expected bytecode to match change for fix for issue of jhugunin2003-05-015-5/+5
| | | | Class.forName differences between IBM and SUN's JDKs
* minimal run-in-same-vm feature for ajbrowserwisberg2003-05-014-37/+300
|
* - permit empty input to split wisberg2003-05-011-0/+46
| | | | | - split classpath - check for array arguments
* updated tests for [method|execution] binary join point detection. wisberg2003-05-0110-2/+202
| | | | added narrower knownLimitation test
* removing 1.4 APIwisberg2003-05-011-3/+4
|
* expanded coverage and fix for bug involving around advice with either jhugunin2003-05-016-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 jhugunin2003-05-012-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 jhugunin2003-05-011-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 jhugunin2003-05-014-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 changeswisberg2003-04-301-14/+13
|
* removed printlnswisberg2003-04-301-6/+7
|
* not using unimplemented buildStructure() apiwisberg2003-04-301-1/+1
|
* no change, just nicer feedbackwisberg2003-04-302-2/+10
|
* mainly changed setup to avoid reading any existing user properties, which ↵wisberg2003-04-301-28/+30
| | | | was causing build configuration tests to fail now that all options are significant
* identify source of log message for conveniencewisberg2003-04-301-1/+1
|
* - IMessage-based compiler messages wisberg2003-04-301-6/+23
| | | | - better toString for logging message lists
* - IMessage-based compiler messages wisberg2003-04-301-9/+25
| | | | | include the stack trace as tooltip text if there is an associated exception
* - IMessage-based compiler messageswisberg2003-04-301-20/+5
|
* - using IMessage-based API's for displaying messages wisberg2003-04-301-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 modewisberg2003-04-302-4/+22
|
* slight rewording of error dialog, and correct URL.wisberg2003-04-301-3/+3
|
* - making default filename static (access by tests) wisberg2003-04-301-12/+49
| | | | - closing streams to permit better test cleanup
* incremental flag supportwisberg2003-04-301-1/+10
|
* static utility for detecting shift key down - should movewisberg2003-04-301-0/+6
|
* binary-incompatible change to IMessage-based API (using ISourceLocation anyway)wisberg2003-04-301-0/+2
|
* using new IMessage-based API for sourceline taskswisberg2003-04-301-4/+8
|
* - incremental support wisberg2003-04-301-254/+37
| | | | | - buildStructure test API now builds everything - removed unused code from pre-IMessage days
* - supporting incremental wisberg2003-04-301-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 wisberg2003-04-301-17/+16
| | | | - broadened size and meaning of "non-standard compiler options" to "other compiler options"
* added flag for incremental modewisberg2003-04-301-1/+8
|
* binary-incompatible API change to add methods for building fresh when in ↵wisberg2003-04-301-0/+12
| | | | incremental mode
* 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 ↵wisberg2003-04-301-2/+98
| | | | local values)
* refactored batch and incremental into one method to make it easier to see ↵wisberg2003-04-301-193/+107
| | | | the differences and do a fix.
* test case can't expect usage message any morewisberg2003-04-301-2/+2
|
* fixed two tests to expect addition abort message for usage, wisberg2003-04-301-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 ↵wisberg2003-04-301-7/+21
| | | | determining whether to throw a BuildException after getting an abort message. This fixes 3 tests.
* error messages for undefined ${module.name}wisberg2003-04-291-0/+3
|
* fix test titlewisberg2003-04-291-1/+1
|
* With the restructure of the org.eclipse.jdt.core project, it no acolyer2003-04-291-1/+1
| | | | | longer has a bin dir. Updated the classpath to include jdtcore-for-aspectj.jar instead.
* 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
|