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 270539 - ClassCastException: org.netbeans.modules.cnd.navigation.hierarchy.HierarchyTopComponent cannot be cast to org.netbeans.jfxfluidon.component.hierarchy.HierarchyTopComponent
Summary: ClassCastException: org.netbeans.modules.cnd.navigation.hierarchy.HierarchyTo...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-03 06:25 UTC by Vimalp410
Modified: 2017-05-03 06:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220355


Attachments
stacktrace (1.48 KB, text/plain)
2017-05-03 06:25 UTC, Vimalp410
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vimalp410 2017-05-03 06:25:34 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 8.1

User Comments:
GUEST: clicked on an existing fxml file and got this exception.

GUEST: ??javafx2.0????fxml??

Vimalp410: JFX Fluidon Designer not worked in my IDE.

Josepablo134: Every time I start NetBeans and work with javafx this error is shown

GUEST: ??javafx2.0???fxml??

GUEST: Error




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.cnd.navigation.hierarchy.HierarchyTopComponent cannot be cast to org.netbeans.jfxfluidon.component.hierarchy.HierarchyTopComponent
   at org.netbeans.jfxfluidon.component.hierarchy.HierarchyTopComponent.getInstance(HierarchyTopComponent.java:51)
   at org.netbeans.jfxfluidon.component.editor.JFXDesignerTopComponent$4.run(JFXDesignerTopComponent.java:198)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
Comment 1 Vimalp410 2017-05-03 06:25:37 UTC
Created attachment 164230 [details]
stacktrace