From: SourceForge.net <no...@so...> - 2005-07-29 20:02:54
|
Bugs item #1247670, was opened at 2005-07-29 20:02 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=1247670&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: None Status: Open Resolution: None Priority: 5 Submitted By: Yuko (ynagaki) Assigned to: Nobody/Anonymous (nobody) Summary: compiling error Initial Comment: 1. simply trying to compile. Later I found that I typed %d instead of %f for double value. ************************************************************* 2. DrJava Version : 20050621-2116 ************************************************************* 3. jdk1.5.0 / Windows XP ************************************************************* java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.Token List$Iterator._moveRight(TokenList.java:282) at edu.rice.cs.drjava.model.definitions.reducedmodel.Token List$Iterator._move(TokenList.java:254) at edu.rice.cs.drjava.model.definitions.reducedmodel.Token List$Iterator.move(TokenList.java:233) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduc edModelBrace.move(ReducedModelBrace.java:145) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduc edModelControl.move(ReducedModelControl.java:93) at edu.rice.cs.drjava.model.AbstractDJDocument.move (AbstractDJDocument.java:439) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurren tLocation(AbstractDJDocument.java:427) at edu.rice.cs.drjava.ui.AbstractDJPane$1.caretUpdate (AbstractDJPane.java:92) at javax.swing.text.JTextComponent.fireCaretUpdate (Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fir e(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.st ateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged (Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition (Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot (Unknown Source) at javax.swing.text.DefaultCaret.setDot (Unknown Source) at javax.swing.text.DefaultCaret.setDot (Unknown Source) at javax.swing.text.JTextComponent.setCaretPosition (Unknown Source) at edu.rice.cs.drjava.ui.AbstractDJPane.setCaretPosition (AbstractDJPane.java:140) at edu.rice.cs.drjava.ui.AbstractConsoleController.moveTo (AbstractConsoleController.java:371) at edu.rice.cs.drjava.ui.AbstractConsoleController.moveToE nd(AbstractConsoleController.java:358) at edu.rice.cs.drjava.ui.AbstractConsoleController$CaretUp dateListener$1.run(AbstractConsoleController.java:241) at java.awt.event.InvocationEvent.dispatch (Unknown Source) at java.awt.EventQueue.dispatchEvent (Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarc hy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run (Unknown Source) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1247670&group_id=44253 |