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 253183 - 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: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: gaurav_gupta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-25 12:20 UTC by gilbertoca
Modified: 2015-09-11 15:03 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213271


Attachments
stacktrace (1.46 KB, text/plain)
2015-06-25 12:21 UTC, gilbertoca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gilbertoca 2015-06-25 12:20:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: just using it.

geversonsto: When open file FXML with Fluidon Designer

Shamim_Hossain: My hierarchy panel does not show any content. It shows "no view available" although i select any content in the project component. Also i can not perform any drag & drop task from library panel to the hierarchy panel.

gilbertoca: Open a FXML file with FLUIDON

GUEST: By runnning the login fx demo in netbeans I va installed the JFX Fluidon designer plugin, after trying to edit the login Fxml document, a silent exception was thrown

GUEST: I'm having problems with JFX Fluidon so I uninstalled and reinstalled. When I try to open it on a fxml file I got this message.

GUEST: class cast exception




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$3.run(JFXDesignerTopComponent.java:165)
   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 gilbertoca 2015-06-25 12:21:02 UTC
Created attachment 154391 [details]
stacktrace