summaryrefslogtreecommitdiffstats
path: root/bridge/src/org
Commit message (Collapse)AuthorAgeFilesLines
* partial fix for bug 31724 emits file:line numbers for declare warning/error. wisberg2003-03-042-2/+19
| | | | | | | | | | 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.)
* Improved formatting of toString for SourceLocation to show acolyer2003-02-261-1/+1
| | | | end line.
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-263-8/+8
| | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
* Bug 33011. getEndLine() was returning the start line.acolyer2003-02-251-5/+5
|
* resolving unused-imports warningswisberg2003-02-133-5/+0
|
* new default quotes DEVELOPMENT for scanner.wisberg2002-12-231-2/+24
|
* using DEVELOPMENT as active cvs versionjhugunin2002-12-191-1/+1
|
* 1.1b2V_1_1_b2wisberg2002-12-181-12/+11
|
* refactoring AbortException to make it clearer when we ehilsdal2002-12-161-8/+13
| | | | want to abort w/o message, and to always stuff in a stack trace
* initial versionwisberg2002-12-1614-0/+2484