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 251931

Summary: NullPointerException at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewElement.lambda$null$10
Product: updatecenters Reporter: gragon
Component: PluginportalAssignee: sreimers <sreimers>
Status: REOPENED ---    
Severity: normal CC: bolsover, farseenabdulsalam
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
URL: http://plugins.netbeans.org/plugin/55434
Issue Type: DEFECT Exception Reporter: 214453
Attachments: stacktrace
stacktrace
stacktrace

Description gragon 2015-04-19 04:11:06 UTC
Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
farseenabdulsalam: I didn't notice anything wrong. But this error showed up in the status bar and I though I should report it.

gragon: I launched Netbeans.  Then I selected the third (last) tab in a TabPane (JavaFX).

farseenabdulsalam: I started up NetBeans 8. Monet scenbuilder plugin was already installed. A JavaFX FXML Application project that I've created even before installing the plugin opened up, and so did the main FXML file. I was already on the Design tab. Then this error showed up. This is actually the second time. Nothing seems to be broken.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewElement.lambda$null$10(SBFxmlMultiViewElement.java:120)
   at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewElement$$Lambda$237/1991763909.changed(SBFxmlMultiViewElement.java:0)
   at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:361)
   at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
   at javafx.beans.property.IntegerPropertyBase.fireValueChangedEvent(IntegerPropertyBase.java:106)
   at javafx.beans.property.IntegerPropertyBase.markInvalid(IntegerPropertyBase.java:113)
Comment 1 gragon 2015-04-19 04:11:10 UTC
Created attachment 153265 [details]
stacktrace
Comment 2 Roman Svitanic 2015-05-14 09:07:52 UTC
The issue is caused by third-party plugin: http://plugins.netbeans.org/plugin/55434/monet-the-javafx-scene-builder-integration

Please contact the author of the plugin to fix it. Thanks!
Comment 3 Jiri Kovalsky 2015-05-14 10:39:26 UTC
Sven, can you please take a look at this issue? Thanks a lot!
Comment 4 Antonin Nebuzelsky 2015-09-22 10:11:24 UTC
*** Bug 255452 has been marked as a duplicate of this bug. ***
Comment 5 Exceptions Reporter 2016-09-28 18:43:10 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=214453
Comment 6 Exceptions Reporter 2016-10-13 08:28:29 UTC
Created attachment 162486 [details]
stacktrace

g
Comment 7 Exceptions Reporter 2017-09-24 21:32:36 UTC
Created attachment 165170 [details]
stacktrace

Creating a JavaFX scene in Design mode.