aboutsummaryrefslogtreecommitdiffstats
path: root/util/src
Commit message (Collapse)AuthorAgeFilesLines
* added output snooper to ProcessController for testing clientwisberg2003-06-021-0/+8
|
* Expanded error message to make it clear that it is coming from parsing.mkersten2003-06-011-4/+5
|
* better unwrapping of exceptionswisberg2003-05-311-11/+32
|
* delay until after final last-modified-time stamp on newly-staged files wisberg2003-05-312-1/+66
| | | | since last-modified-time stamp can be delayed by filesystem buffering.
* envp and snooping error stream in process controllerwisberg2003-05-072-7/+35
|
* added LangUtil.ProcessController for external processeswisberg2003-05-051-3/+463
|
* added FileUtil.Pipewisberg2003-05-051-0/+160
|
* accept "." as base dir in resolving fileswisberg2003-05-021-3/+24
|
* minimal run-in-same-vm feature for ajbrowserwisberg2003-05-012-0/+238
|
* - permit empty input to split wisberg2003-05-011-0/+46
| | | | | - split classpath - check for array arguments
* .class file filterwisberg2003-04-091-1/+10
|
* new -release option alias for harnesswisberg2003-03-051-2/+39
|
* partial fix for bug 31724 emits file:line numbers for declare warning/error. wisberg2003-03-041-1/+16
| | | | | | | | | | This adds an optional "context" String to IMessage. The IMessage creator should create a context String (or use an implementation that lazily creates one). The IMessage client can render their messages without context embedded in the message field. Emitting source context from the weaver will be harder. Using file and start/end line will probably work, since tool clients can map to any available source file paths. (BcelSourceContext and BcelShadow can be updated with end from range.)
* ignoring case in detecting jar/zip suffixeswisberg2003-03-041-3/+7
|
* resolving unused-imports warningswisberg2003-02-131-2/+0
|
* - generalized copyFiles to handle file-file, file-dir, and dir-dirwisberg2003-01-061-60/+137
|
* boolean array read/writejhugunin2002-12-311-2/+23
|
* wildcarded type patterns now remember there scope information jhugunin2002-12-181-1/+25
| | | | so they can do matching of local names
* initial versionwisberg2002-12-1612-0/+3069