From: SourceForge.net <no...@so...> - 2004-10-10 16:45:34
|
Bugs item #1044083, was opened at 2004-10-10 09:45 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=1044083&group_id=44253 Category: Compiler integration Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: lots of errors Initial Comment: java.lang.IllegalArgumentException: Moved into tail at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenL ist$Iterator._moveRight(TokenList.java:311) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenL ist$Iterator._move(TokenList.java:272) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenL ist$Iterator.move(TokenList.java:251) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduce dModelBrace.move(ReducedModelBrace.java:145) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduce dModelControl.move(ReducedModelControl.java:95) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. move(DefinitionsDocument.java:829) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. setCurrentLocation(DefinitionsDocument.java:810) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. getHighlightStatus(DefinitionsDocument.java:2223) at edu.rice.cs.drjava.model.definitions.ColoringView.drawUns electedText(ColoringView.java:137) at javax.swing.text.PlainView.drawElement(Unknown Source) at javax.swing.text.PlainView.drawLine (Unknown Source) at javax.swing.text.PlainView.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI.paintSafely(Unknown Source) at javax.swing.plaf.basic.BasicTextUI.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI.update(Unknown Source) at javax.swing.JComponent.paintComponent (Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.paintComponent (DefinitionsPane.java:758) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint (Unknown Source) at javax.swing.JViewport.paint (Unknown Source) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JSplitPane.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JSplitPane.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint (Unknown Source) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JLayeredPane.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint (Unknown Source) at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source) at sun.awt.SunGraphicsCallback.runOneComponent (Unknown Source) at sun.awt.SunGraphicsCallback.runComponents(Unknown Source) at java.awt.Container.paint(Unknown Source) at sun.awt.RepaintArea.paint(Unknown Source) at sun.awt.windows.WComponentPeer.handleEvent (Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent (Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(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) That is the error. It happened after i hit the compile all button. The error box came up repeatedly until I finally had to use ctrl-alt-del to exit Dr Java. This is the about for my Dr Java: DrJava Version : 20040326-2216 DrJava Configuration file: C:\Documents and Settings\BrentC\.drjava Copyright © 2001-2003 JavaPLT group at Rice University (ja...@ri...) See http://www.drjava.org for more information on DrJava or to obtain the latest version of the program or its source code. DrJava is free software; you can redistribute it and/or modify it under the terms of the DrJava Open Source License. A copy of the license should have been included in the documentation for this software. I am using j2sdk1.4.2_05 with Windows XP home edition. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1044083&group_id=44253 |