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 187878

Summary: ClassCastException: org.openide.nodes.AbstractNode cannot be cast to org.netbeans.modules.viewmodel.TreeModelNode
Product: ide Reporter: Andrei Chistiakov <ca-nb>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170831
Attachments: stacktrace

Description Andrei Chistiakov 2010-06-21 09:55:01 UTC
Build: NetBeans IDE 6.9 RC2 (Build 201006202301)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP

User Comments:
ca-nb: Debugging JavaFX Composer Desktop application




Stacktrace: 
java.lang.ClassCastException: org.openide.nodes.AbstractNode cannot be cast to org.netbeans.modules.viewmodel.TreeModelNode
   at org.netbeans.modules.viewmodel.DelegatingCellRenderer.getTableCellRendererComponent(DelegatingCellRenderer.java:77)
   at javax.swing.JTable.prepareRenderer(JTable.java:5729)
   at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2075)
   at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1977)
   at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1773)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
Comment 1 Andrei Chistiakov 2010-06-21 09:55:04 UTC
Created attachment 100270 [details]
stacktrace
Comment 2 Peter Pis 2010-06-21 12:20:51 UTC

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