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 - ClassCastException: com.sun.tools.jdi.ObjectReferenceImpl cannot be cast to com.sun.javafx.jdi.FXObjectReference
Summary: ClassCastException: com.sun.tools.jdi.ObjectReferenceImpl cannot be cast to c...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-15 18:45 UTC by Torbjorn Norbye
Modified: 2010-08-03 14:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171404


Attachments
stacktrace (905 bytes, text/plain)
2010-07-15 18:45 UTC, Torbjorn Norbye
Details

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