aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* More readable API than comparator for common floor operation ↵wisberg2003-04-195-17/+42
| | | | (semantics-preserving)
* Major changes in order to move to Eclipse-JDT 2.1 as a base. jhugunin2003-03-282-0/+43
| | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future.
* Use consistent time zones in generating time stringsacolyer2003-03-121-1/+4
|
* 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-266-18/+13
| | | | | 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-162-9/+14
| | | | want to abort w/o message, and to always stuff in a stack trace
* initial versionwisberg2002-12-1620-0/+2991
|
* initial versionwisberg2002-12-163-0/+31