Bugs item #508705, was opened at 2002-01-25 14:19
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=508705&group_id=44253
Category: Compiler integration
Group: Ugly
Status: Open
Resolution: None
Priority: 7
Submitted By: Brian Stoler (brianstoler)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception in CompilerError code
Initial Comment:
As of DrJava-20020124-1713:
I am not sure yet what caused this, but I just got this
exception thrown when compiling a file.
java.lang.ArrayIndexOutOfBoundsException
at
edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane.selectItem(CompilerErrorPanel.java:562)
at
edu.rice.cs.drjava.ui.CompilerErrorCaretListener.updateHighlight(CompilerErrorCaretListener.java:175)
at
edu.rice.cs.drjava.ui.MainFrame$ModelListener.activeDocumentChanged(MainFrame.java:914)
at
edu.rice.cs.drjava.ui.SingleDisplayModel$1.notifyListener(SingleDisplayModel.java:441)
at
edu.rice.cs.drjava.model.DefaultGlobalModel.notifyListeners(DefaultGlobalModel.java:1193)
at
edu.rice.cs.drjava.ui.SingleDisplayModel._setActiveDoc(SingleDisplayModel.java:438)
at
edu.rice.cs.drjava.ui.SingleDisplayModel.setActiveDocument(SingleDisplayModel.java:181)
at
edu.rice.cs.drjava.ui.SingleDisplayModel.setActiveDocument(SingleDisplayModel.java:160)
at
edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane._gotoErrorSourceLocation(CompilerErrorPanel.java:667)
at
edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane.switchToError(CompilerErrorPanel.java:623)
at
edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane.switchToError(CompilerErrorPanel.java:647)
at
edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane._updateWithErrors(CompilerErrorPanel.java:505)
at
edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane.updateListPane(CompilerErrorPanel.java:375)
at edu.rice.cs.drjava.ui.CompilerErrorPanel.reset(CompilerErrorPanel.java:208) at
edu.rice.cs.drjava.ui.MainFrame$ModelListener.compileEnded(MainFrame.java:948)
at
edu.rice.cs.drjava.model.DefaultGlobalModel$13.notifyListener(DefaultGlobalModel.java:787)
at
edu.rice.cs.drjava.model.DefaultGlobalModel.notifyListeners(DefaultGlobalModel.java:1193)
at
edu.rice.cs.drjava.model.DefaultGlobalModel$DefinitionsDocumentHandler.startCompile(DefaultGlobalModel.java:785)
at
edu.rice.cs.drjava.ui.MainFrame._compile(MainFrame.java:474)
at
edu.rice.cs.drjava.ui.MainFrame.access$600(MainFrame.java:56)
at
edu.rice.cs.drjava.ui.MainFrame$9.actionPerformed(MainFrame.java:168)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1820)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
The file I was compiling is attached. The exception
came when using a non-GJ compiler to compile.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=508705&group_id=44253
|