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 252110

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateContainerAfterResized
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216980
Attachments: stacktrace

Description Exceptions Reporter 2015-04-27 11:12:29 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) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Linux

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce> 
Netbeans all of sudden froze and wasn't responding.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateContainerAfterResized(LayoutDesigner.java:3622)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:858)
   at org.netbeans.modules.form.HandleLayer$ResizeComponentDrag.end(HandleLayer.java:3208)
   at org.netbeans.modules.form.HandleLayer$ComponentDrag.end(HandleLayer.java:2765)
   at org.netbeans.modules.form.HandleLayer.endDragging(HandleLayer.java:1379)
   at org.netbeans.modules.form.HandleLayer.mouseReleased(HandleLayer.java:1933)
Comment 1 Exceptions Reporter 2015-04-27 11:12:31 UTC
Created attachment 153404 [details]
stacktrace