From: SourceForge.net <no...@so...> - 2003-06-02 23:15:57
|
Bugs item #747819, was opened at 2003-06-02 16:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=747819&group_id=44253 Category: Compiler integration Group: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Runtime exception occured on compile Initial Comment: I was working away on a project, and I got this error when I tried to compile: java.lang.IllegalArgumentException: Couldn't find index for error CompilerError(file=G:\cvs\project3 \MathTest.java, line=106, col=8, msg=loc is already defined in term(java.lang.String)) at edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane._ getIndexForError(CompilerErrorPanel.java:465) at edu.rice.cs.drjava.ui.CompilerErrorPanel$ErrorListPane.s electItem(CompilerErrorPanel.java:689) at edu.rice.cs.drjava.ui.CompilerErrorCaretListener.updateH ighlight(CompilerErrorCaretListener.java:197) at edu.rice.cs.drjava.ui.CompilerErrorCaretListener.caretUp date(CompilerErrorCaretListener.java:114) at javax.swing.text.JTextComponent.fireCaretUpdate (JTextComponent.java:336) at javax.swing.text.JTextComponent$MutableCaretEvent.fir e(JTextComponent.java:3099) at javax.swing.text.JTextComponent$MutableCaretEvent.m ouseReleased(JTextComponent.java:3154) at java.awt.AWTEventMulticaster.mouseReleased (AWTEventMulticaster.java:227) at java.awt.AWTEventMulticaster.mouseReleased (AWTEventMulticaster.java:227) at java.awt.AWTEventMulticaster.mouseReleased (AWTEventMulticaster.java:227) at java.awt.AWTEventMulticaster.mouseReleased (AWTEventMulticaster.java:227) at java.awt.Component.processMouseEvent (Component.java:5022) at java.awt.Component.processEvent (Component.java:4819) at java.awt.Container.processEvent (Container.java:1525) at java.awt.Component.dispatchEventImpl (Component.java:3527) at java.awt.Container.dispatchEventImpl (Container.java:1582) at java.awt.Component.dispatchEvent (Component.java:3368) at java.awt.LightweightDispatcher.retargetMouseEvent (Container.java:3359) at java.awt.LightweightDispatcher.processMouseEvent (Container.java:3074) at java.awt.LightweightDispatcher.dispatchEvent (Container.java:3004) at java.awt.Container.dispatchEventImpl (Container.java:1568) at java.awt.Window.dispatchEventImpl (Window.java:1586) at java.awt.Component.dispatchEvent (Component.java:3368) at java.awt.EventQueue.dispatchEvent (EventQueue.java:445) at java.awt.EventDispatchThread.pumpOneEventForHierarc hy(EventDispatchThread.java:191) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:138) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:130) at java.awt.EventDispatchThread.run (EventDispatchThread.java:98) A subsequent compile (I didn't make any changes, just pushed OK on the error box and hit compile again) worked fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=747819&group_id=44253 |