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 - NullPointerException at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewElement.lambda$null$10
Summary: NullPointerException at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewEl...
Status: REOPENED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL: http://plugins.netbeans.org/plugin/55434
Keywords:
: 255452 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-19 04:11 UTC by gragon
Modified: 2017-09-24 21:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214453


Attachments
stacktrace (9.14 KB, text/plain)
2015-04-19 04:11 UTC, gragon
Details
stacktrace (3.58 KB, text/plain)
2016-10-13 08:28 UTC, Exceptions Reporter
Details
stacktrace (8.28 KB, text/plain)
2017-09-24 21:32 UTC, Exceptions Reporter
Details

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