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 235769 - ClassCastException: javax.swing.tree.DefaultMutableTreeNode cannot be cast to org.netbeans.modules.remote.api.ui.FileNode
Summary: ClassCastException: javax.swing.tree.DefaultMutableTreeNode cannot be cast to...
Status: RESOLVED DUPLICATE of bug 235263
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 00:23 UTC by MackSix
Modified: 2013-09-13 11:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203751


Attachments
stacktrace (10.12 KB, text/plain)
2013-09-11 00:23 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-09-11 00:23:48 UTC
Build: NetBeans IDE Dev (Build 201309020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b55, Java(TM) SE Runtime Environment, 1.7.0_40-b40
OS: Windows 7

User Comments:
MackSix: Trying to add MinGW build tools to CND. I was changing direcotories in the file browser and this happened.




Stacktrace: 
java.lang.ClassCastException: javax.swing.tree.DefaultMutableTreeNode cannot be cast to org.netbeans.modules.remote.api.ui.FileNode
   at org.netbeans.modules.remote.api.ui.FileChooserUIImpl$DirectoryHandler.mouseClicked(FileChooserUIImpl.java:2365)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
   at java.awt.Component.processMouseEvent(Component.java:6508)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
   at org.netbeans.modules.remote.api.ui.FileChooserUIImpl$8.processMouseEvent(FileChooserUIImpl.java:792)
   at java.awt.Component.processEvent(Component.java:6270)
Comment 1 MackSix 2013-09-11 00:23:49 UTC
Created attachment 139902 [details]
stacktrace
Comment 2 Maria Tishkova 2013-09-13 11:47:28 UTC

*** This bug has been marked as a duplicate of bug 235263 ***