Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding ant script to build AspectJ sources using AspectJ as a test | wisberg | 2003-05-06 | 3 | -80/+306 |
| | | | | | listed test in release-testing.txt using spaces to avoid tab differences in release-testing.txt | ||||
* | keyboard mnemonics and accelerators | wisberg | 2003-05-05 | 1 | -23/+43 |
| | |||||
* | ensuring release-checklist.txt supercedes | wisberg | 2003-05-05 | 2 | -45/+106 |
| | | | | | | tests/readme-release-testing.txt and adding some optional tests | ||||
* | updating library per binary-compatible change in feb to make build check pass | wisberg | 2003-05-05 | 1 | -0/+0 |
| | |||||
* | stateful config file chooser now starts with launch dir and | wisberg | 2003-05-05 | 1 | -6/+13 |
| | | | | returns to directory of last-opened file, per convention. | ||||
* | added ant tasks to the devguide as a chapter (rather than refentry), | wisberg | 2003-05-05 | 7 | -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 mark | wisberg | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | added top-level xref target | wisberg | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | implement binary-incompatible API for detecting whether any warnings exist, ↵ | wisberg | 2003-05-05 | 2 | -0/+26 |
| | | | | to enable/disable message display. | ||||
* | use binary-incompatible API for detecting whether any warnings exist, to ↵ | wisberg | 2003-05-05 | 1 | -0/+1 |
| | | | | enable/disable message display. | ||||
* | binary-incompatible API for detecting whether any warnings exist, to ↵ | wisberg | 2003-05-05 | 1 | -1/+4 |
| | | | | | | enable/disable message display. (should move to MessageHandler-based model) | ||||
* | comment re: canonicalized path | wisberg | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | NPE guard | wisberg | 2003-05-05 | 3 | -11/+23 |
| | |||||
* | comment re: List children supporting ListIterator().remove() | wisberg | 2003-05-05 | 1 | -0/+1 |
| | |||||
* | comment regarding canonicalizing path for input | wisberg | 2003-05-05 | 1 | -0/+1 |
| | |||||
* | fix test - NPE Guard, canonicalize file input | wisberg | 2003-05-05 | 1 | -4/+5 |
| | |||||
* | NPE guard - client of getSourceLocation only uses files - enforcing that. | wisberg | 2003-05-05 | 1 | -0/+6 |
| | | | | (ajcTests.xml -emacssym passes) | ||||
* | addressing (Andy's) NPE - null source location is permitted for packages, so ↵ | wisberg | 2003-05-05 | 1 | -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] -- | wisberg | 2003-05-05 | 1 | -9/+8 |
| | | | | was java file kind for config files. | ||||
* | comment re: using shadow file rather than enclosing node. | wisberg | 2003-05-05 | 1 | -1/+2 |
| | |||||
* | minimal update to test script to test running, remove debugger tests. | wisberg | 2003-05-05 | 1 | -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 Ajde | wisberg | 2003-05-05 | 1 | -4/+0 |
| | |||||
* | - added run-in-other-vm button/menu, | wisberg | 2003-05-05 | 1 | -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 ↵ | wisberg | 2003-05-05 | 1 | -31/+139 |
| | | | | running processes | ||||
* | added LangUtil.ProcessController for external processes | wisberg | 2003-05-05 | 1 | -3/+463 |
| | |||||
* | - disabled logging by default | wisberg | 2003-05-05 | 1 | -1/+113 |
| | | | | - added tests for FileUtil.Pipe | ||||
* | added FileUtil.Pipe | wisberg | 2003-05-05 | 1 | -0/+160 |
| | |||||
* | accept "." as base dir in resolving files | wisberg | 2003-05-02 | 1 | -3/+24 |
| | |||||
* | 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 |
| |