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 255452 - NullPointerException at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewElement.lambda$null$10
Summary: NullPointerException at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewEl...
Status: RESOLVED DUPLICATE of bug 251931
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 14:30 UTC by bolsover
Modified: 2015-09-22 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220073


Attachments
stacktrace (3.58 KB, text/plain)
2015-09-21 14:30 UTC, bolsover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bolsover 2015-09-21 14:30:20 UTC
Build: NetBeans IDE Dev (Build 201509190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
bolsover: Using JavaFX Scene Builder




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.scenebuilder.multiview.SBFxmlMultiViewElement.lambda$null$10(SBFxmlMultiViewElement.java:120)
   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)
   at javafx.beans.property.IntegerPropertyBase.set(IntegerPropertyBase.java:147)
Comment 1 bolsover 2015-09-21 14:30:21 UTC
Created attachment 156326 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2015-09-22 10:11:23 UTC

*** This bug has been marked as a duplicate of bug 251931 ***