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

Summary: ClassCastException: javax.swing.tree.DefaultMutableTreeNode cannot be cast to org.netbeans.modules.remote.api.ui.FileNode
Product: cnd Reporter: MackSix
Component: RemoteAssignee: Maria Tishkova <mromashova>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203751
Attachments: stacktrace

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 ***