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 225234 - NullPointerException at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfComponents
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.VisualState.up...
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 13:14 UTC by Michel Graciano
Modified: 2015-02-04 03:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194285


Attachments
stacktrace (1.88 KB, text/plain)
2013-01-23 13:14 UTC, Michel Graciano
Details
stacktrace (1.87 KB, text/plain)
2014-08-19 12:28 UTC, bolsover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2013-01-23 13:14:19 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
GUEST: trying to resize form components

hmichel: Saving and realoading a form file




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:3517)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateContainerAfterBuild(LayoutDesigner.java:3520)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateCurrentState(LayoutDesigner.java:321)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateCurrentState(LayoutDesigner.java:196)
   at org.netbeans.modules.form.FormDesigner.updateComponentLayer(FormDesigner.java:642)
Comment 1 Michel Graciano 2013-01-23 13:14:21 UTC
Created attachment 130529 [details]
stacktrace
Comment 2 bolsover 2014-08-19 12:28:51 UTC
Created attachment 148761 [details]
stacktrace

Exception thrown whilst laying out components in a JFrame
Comment 3 Quality Engineering 2015-02-04 03:27:31 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.