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 236018 - 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: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-16 11:21 UTC by Exceptions Reporter
Modified: 2013-09-16 11:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203675


Attachments
stacktrace (8.94 KB, text/plain)
2013-09-16 11:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-09-16 11:21:18 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: OpenJDK Client VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-b30
OS: Linux

User Comments:
GUEST: i was setting up C/C++ project from existing source. I was finding Makefile/configure script to finish setting up project in my other folders.




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.valueChanged(FileChooserUIImpl.java:2319)
   at javax.swing.JTree.fireValueChanged(JTree.java:2919)
   at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:3378)
   at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:634)
   at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1092)
   at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:293)
Comment 1 Exceptions Reporter 2013-09-16 11:21:20 UTC
Created attachment 140118 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2013-09-16 11:33:30 UTC

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