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 216860

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateContainerAfterResized
Product: guibuilder Reporter: Michel Graciano <hmichel>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191531
Attachments: stacktrace

Description Michel Graciano 2012-08-14 12:58:21 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateContainerAfterResized(LayoutDesigner.java:3553)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:820)
   at org.netbeans.modules.form.HandleLayer$ResizeComponentDrag.end(HandleLayer.java:3133)
   at org.netbeans.modules.form.HandleLayer$ComponentDrag.end(HandleLayer.java:2690)
   at org.netbeans.modules.form.HandleLayer.endDragging(HandleLayer.java:1323)
   at org.netbeans.modules.form.HandleLayer.mouseReleased(HandleLayer.java:1880)
Comment 1 Michel Graciano 2012-08-14 12:58:23 UTC
Created attachment 123096 [details]
stacktrace
Comment 2 Tomas Pavek 2012-08-22 16:48:25 UTC
From the log it looks like a consequence of the problem with JXMonthView.

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