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 - ClassCastException: org.openide.nodes.AbstractNode cannot be cast to org.netbeans.modules.viewmodel.TreeModelNode
Summary: ClassCastException: org.openide.nodes.AbstractNode cannot be cast to org.netb...
Status: RESOLVED DUPLICATE of bug 187783
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 09:55 UTC by Andrei Chistiakov
Modified: 2010-06-21 12:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170831


Attachments
stacktrace (2.59 KB, text/plain)
2010-06-21 09:55 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***