summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adding ant script to build AspectJ sources using AspectJ as a test wisberg2003-05-063-80/+306
| | | | | listed test in release-testing.txt using spaces to avoid tab differences in release-testing.txt
* keyboard mnemonics and acceleratorswisberg2003-05-051-23/+43
|
* ensuring release-checklist.txt supercedes wisberg2003-05-052-45/+106
| | | | | | tests/readme-release-testing.txt and adding some optional tests
* updating library per binary-compatible change in feb to make build check passwisberg2003-05-051-0/+0
|
* stateful config file chooser now starts with launch dir and wisberg2003-05-051-6/+13
| | | | returns to directory of last-opened file, per convention.
* added ant tasks to the devguide as a chapter (rather than refentry), wisberg2003-05-057-1428/+1724
| | | | | | | | | | | | | converted ajbrowser refentry to chapter (to get subsection TOC and better pagination) updated ajbrowser slightly, and updated index page to link accordingly. NOTE: links to ajc changed from devguide/rn01re01.html to devguide/ajc-ref.html Leaving ajc as refentry is awkward but seems right since it's a command-line tool.
* corrected unterminated bold markwisberg2003-05-051-1/+1
|
* added top-level xref targetwisberg2003-05-051-1/+1
|
* implement binary-incompatible API for detecting whether any warnings exist, ↵wisberg2003-05-052-0/+26
| | | | to enable/disable message display.
* use binary-incompatible API for detecting whether any warnings exist, to ↵wisberg2003-05-051-0/+1
| | | | enable/disable message display.
* binary-incompatible API for detecting whether any warnings exist, to ↵wisberg2003-05-051-1/+4
| | | | | | enable/disable message display. (should move to MessageHandler-based model)
* comment re: canonicalized pathwisberg2003-05-051-1/+1
|
* NPE guardwisberg2003-05-053-11/+23
|
* comment re: List children supporting ListIterator().remove()wisberg2003-05-051-0/+1
|
* comment regarding canonicalizing path for inputwisberg2003-05-051-0/+1
|
* fix test - NPE Guard, canonicalize file inputwisberg2003-05-051-4/+5
|
* NPE guard - client of getSourceLocation only uses files - enforcing that. wisberg2003-05-051-0/+6
| | | | (ajcTests.xml -emacssym passes)
* addressing (Andy's) NPE - null source location is permitted for packages, so ↵wisberg2003-05-051-88/+120
| | | | | | I checked all uses for NPE. Also cleaned up the code a bit. Should be semantics-preserving.
* redoing root to be kind [java file || config file] -- wisberg2003-05-051-9/+8
| | | | was java file kind for config files.
* comment re: using shadow file rather than enclosing node.wisberg2003-05-051-1/+2
|
* minimal update to test script to test running, remove debugger tests. wisberg2003-05-051-1/+5
| | | | Seems out of date; may try to enhance ajbrowser doc as basic ajde test script
* out of the run loop - now direct from TopFrame to Ajdewisberg2003-05-051-4/+0
|
* - added run-in-other-vm button/menu, wisberg2003-05-051-11/+55
| | | | | unscattered run and build invocations - nb: key binding broken, might need run-other icon
* support both same- and other-vm runs using new using new LangUtil API's for ↵wisberg2003-05-051-31/+139
| | | | running processes
* added LangUtil.ProcessController for external processeswisberg2003-05-051-3/+463
|
* - disabled logging by default wisberg2003-05-051-1/+113
| | | | - added tests for FileUtil.Pipe
* added FileUtil.Pipewisberg2003-05-051-0/+160
|
* accept "." as base dir in resolving fileswisberg2003-05-021-3/+24
|
* 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
|