Bugs item #576585, was opened at 2002-07-02 15:28
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=576585&group_id=44253
Category: User interface
Group: Would be nice if fixed ...
Status: Open
Resolution: None
Priority: 5
Submitted By: Christopher Haynes (chaynes)
Assigned to: Nobody/Anonymous (nobody)
Summary: stack trace on dialog frame close
Initial Comment:
When I try to compile a dirty buffer, and get the save
dialog, and click the close frame button rather than a
dialog button, I get the appended stack trace (DrJava
6/19 release). The response should be the same as
clicking no.
-------------------------------------------
Stack Trace:
java.lang.RuntimeException: Invalid rc from
showConfirmDialog: -1
at
edu.rice.cs.drjava.ui.MainFrame$ModelListener.saveAllB
eforeProceeding(MainFrame.java:2083)
at
edu.rice.cs.drjava.model.DefaultGlobalModel$8.notifyList
ener(DefaultGlobalModel.java:821)
at
edu.rice.cs.drjava.model.DefaultGlobalModel.notifyListen
ers(DefaultGlobalModel.java:1807)
at
edu.rice.cs.drjava.model.DefaultGlobalModel.saveAllBefo
reProceeding(DefaultGlobalModel.java:819)
at
edu.rice.cs.drjava.model.DefaultGlobalModel$Definitions
DocumentHandler.startCompile
(DefaultGlobalModel.java:1035)
at edu.rice.cs.drjava.ui.MainFrame._compile
(MainFrame.java:916)
at
edu.rice.cs.drjava.ui.MainFrame.access$1300
(MainFrame.java:76)
at
edu.rice.cs.drjava.ui.MainFrame$14.actionPerformed
(MainFrame.java:303)
at
javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1767)
at
javax.swing.AbstractButton$ForwardActionEvents.action
Performed(AbstractButton.java:1820)
at
javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:419)
at
javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:257)
at
javax.swing.plaf.basic.BasicButtonListener.mouseRelea
sed(BasicButtonListener.java:258)
at
java.awt.AWTEventMulticaster.mouseReleased
(AWTEventMulticaster.java:227)
at java.awt.Component.processMouseEvent
(Component.java:5021)
at java.awt.Component.processEvent
(Component.java:4818)
at java.awt.Container.processEvent
(Container.java:1380)
at java.awt.Component.dispatchEventImpl
(Component.java:3526)
at java.awt.Container.dispatchEventImpl
(Container.java:1437)
at java.awt.Component.dispatchEvent
(Component.java:3367)
at
java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3214)
at
java.awt.LightweightDispatcher.processMouseEvent
(Container.java:2929)
at
java.awt.LightweightDispatcher.dispatchEvent
(Container.java:2859)
at java.awt.Container.dispatchEventImpl
(Container.java:1423)
at java.awt.Window.dispatchEventImpl
(Window.java:1566)
at java.awt.Component.dispatchEvent
(Component.java:3367)
at java.awt.EventQueue.dispatchEvent
(EventQueue.java:445)
at
java.awt.EventDispatchThread.pumpOneEventForHierarc
hy(EventDispatchThread.java:190)
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)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=576585&group_id=44253
|