summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* no longer leaving temp files/directorieswisberg2003-01-311-72/+200
|
* - generalized copyFiles to handle file-file, file-dir, and dir-dirwisberg2003-01-062-60/+201
|
* 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
* Changing string constant for classDir, since the package changed names ↵ehilsdal2002-12-161-3/+3
| | | | (correctly) to "weaver"
* initial versionwisberg2002-12-1616-0/+3774
|
* initial versionwisberg2002-12-163-0/+27