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 245851 - NullPointerException at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.setEditorValueFromSelection
Summary: NullPointerException at com.oracle.javafx.scenebuilder.kit.editor.panel.inspe...
Status: RESOLVED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Visual Tool Integration (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 15:31 UTC by pkevin
Modified: 2014-07-22 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210805


Attachments
stacktrace (6.58 KB, text/plain)
2014-07-21 15:31 UTC, pkevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pkevin 2014-07-21 15:31:44 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
pkevin: Selected an fxml component in the design window, clicked on the item in the navigator window - nothing displays in the FXML inspector window.




Stacktrace: 
java.lang.NullPointerException
   at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.setEditorValueFromSelection(InspectorPanelController.java:1290)
   at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.setEditorValueFromSelection(InspectorPanelController.java:1248)
   at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.reset(InspectorPanelController.java:683)
   at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.updateInspector(InspectorPanelController.java:604)
   at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.editorSelectionDidChange(InspectorPanelController.java:530)
   at com.oracle.javafx.scenebuilder.kit.editor.panel.util.AbstractPanelController.lambda$new$25(AbstractPanelController.java:231)
Comment 1 pkevin 2014-07-21 15:31:46 UTC
Created attachment 148183 [details]
stacktrace
Comment 2 Roman Svitanic 2014-07-22 11:38:58 UTC
This seems to be a Scene Builder issue, please report the bug in Scene Builder at http://javafx-jira.kenai.com/. Thanks!