This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243110 - IllegalStateException (RFSV: creating file in EDT) in console
Summary: IllegalStateException (RFSV: creating file in EDT) in console
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 18:32 UTC by Vladimir Kvashin
Modified: 2014-04-24 02:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-03-20 18:32:34 UTC
java.lang.IllegalStateException: RFSV: creating file in EDT /home/vkvashin
	at org.netbeans.modules.remote.api.ui.RemoteFileSystemView.createFileObject(RemoteFileSystemView.java:99)
	at org.netbeans.modules.remote.api.ui.RemoteFileSystemView.getParentDirectory(RemoteFileSystemView.java:182)
	at javax.swing.JFileChooser.changeToParentDirectory(JFileChooser.java:593)
	at javax.swing.plaf.basic.BasicFileChooserUI$ChangeToParentDirectoryAction.actionPerformed(BasicFileChooserUI.java:813)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
	at java.awt.Component.processMouseEvent(Component.java:6505)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
Comment 1 Vladimir Kvashin 2014-04-15 19:27:04 UTC
fixed in 
http://hg.netbeans.org/cnd-main/rev/d6c5c848ddf4
Comment 2 Quality Engineering 2014-04-18 02:42:05 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d6c5c848ddf4
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #243110 - IllegalStateException (RFSV: creating file in EDT)
Comment 3 Quality Engineering 2014-04-24 02:10:34 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/dfb7ed5bce9b
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #243110 - IllegalStateException (RFSV: creating file in EDT)
(transplanted from d6c5c848ddf441289d4763b68229795d91bbdb5a)