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

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfComponents
Product: guibuilder Reporter: Michel Graciano <hmichel>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bolsover
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194285
Attachments: stacktrace
stacktrace

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.