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 188711

Summary: ClassCastException: com.sun.tools.jdi.ObjectReferenceImpl cannot be cast to com.sun.javafx.jdi.FXObjectReference
Product: javafx Reporter: Torbjorn Norbye <tor>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171404
Attachments: stacktrace

Description Torbjorn Norbye 2010-07-15 18:45:12 UTC
Build: NetBeans IDE Dev (Build 100713-47bc1387396d)
VM: Java HotSpot(TM) Client VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.ClassCastException: com.sun.tools.jdi.ObjectReferenceImpl cannot be cast to com.sun.javafx.jdi.FXObjectReference
   at org.netbeans.modules.javafx.debugger.variablesfiltering.JavaFXVariablesFilter.getChildren(JavaFXVariablesFilter.java:135)
   at org.netbeans.spi.viewmodel.Models$CompoundTreeModel.getChildren(Models.java:774)
   at org.netbeans.spi.viewmodel.Models$CompoundModel.getChildren(Models.java:3798)
   at org.netbeans.modules.debugger.ui.views.ViewModelListener$1.getChildren(ViewModelListener.java:298)
   at org.netbeans.modules.viewmodel.TreeModelHyperNode$HyperModelChildren.getModelChildren(TreeModelHyperNode.java:238)
   at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.run(TreeModelNode.java:1245)
Comment 1 Torbjorn Norbye 2010-07-15 18:45:16 UTC
Created attachment 100865 [details]
stacktrace
Comment 2 Michal Skvor 2010-08-03 14:02:22 UTC
Can't reproduce. Probably already fixed.