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 184476 - [69cat] ClassCastException: javax.swing.tree.DefaultMutableTreeNode cannot be cast to org.netbeans.swing.dirchooser.DirectoryNode
Summary: [69cat] ClassCastException: javax.swing.tree.DefaultMutableTreeNode cannot be...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 15:19 UTC by aldobrucale
Modified: 2010-04-23 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168224


Attachments
stacktrace (6.19 KB, text/plain)
2010-04-19 15:19 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-04-19 15:19:38 UTC
Build: NetBeans IDE Dev (Build 201004190200)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
aldobrucale: Creating a new folder




Stacktrace: 
java.lang.ClassCastException: javax.swing.tree.DefaultMutableTreeNode cannot be cast to org.netbeans.swing.dirchooser.DirectoryNode
   at org.netbeans.swing.dirchooser.DirectoryChooserUI$NewDirectoryAction.actionPerformed(DirectoryChooserUI.java:2364)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 aldobrucale 2010-04-19 15:19:43 UTC
Created attachment 97645 [details]
stacktrace
Comment 2 David Simonek 2010-04-23 13:28:44 UTC
Everything works OK for me, I can create new folder without problems, could you share reproducible steps in they exist? Thank you.