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 249554 - NullPointerException at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfComponents
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.VisualState.up...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-29 11:18 UTC by Exceptions Reporter
Modified: 2014-12-29 11:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214500


Attachments
stacktrace (2.31 KB, text/plain)
2014-12-29 11:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-12-29 11:18:10 UTC
This bug was originally marked as duplicate of bug 127881, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
GUEST: *




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfComponents(VisualState.java:120)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateContainerAfterBuild(LayoutDesigner.java:3572)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateCurrentState(LayoutDesigner.java:359)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateCurrentState(LayoutDesigner.java:205)
   at org.netbeans.modules.form.FormDesigner.updateComponentLayer(FormDesigner.java:641)
   at org.netbeans.modules.form.FormDesigner.access$2200(FormDesigner.java:103)
Comment 1 Exceptions Reporter 2014-12-29 11:18:12 UTC
Created attachment 151306 [details]
stacktrace