Bugs item #680038, was opened at 2003-02-03 21:54
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=680038&group_id=44253
Category: Compiler integration
Group: Annoying
Status: Open
Resolution: None
Priority: 3
Submitted By: Neal Horowitz (nrhorowitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: compile exception when deleting
Initial Comment:
A user clicks compile, then notices a misspelling in
the line he just typed. Just after pressing compile,
he hits the backspace key to nab that typo. The typo
disappears; however, he is confronted with an
exception:
java.lang.IllegalArgumentException: Couldn't find index
for error
CompilerError(file=/net/barred/nrh/drjava/stuff.java,
line=2, col=28, msg='(' or '[' expected)
We surmise that the exception is a result of the ui
trying to highlight a position that no longer exists.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=680038&group_id=44253
|