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 - NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateContainerAfterResized
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutDesigner...
Status: RESOLVED DUPLICATE of bug 127881
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: 2012-08-14 12:58 UTC by Michel Graciano
Modified: 2012-08-22 16:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191531


Attachments
stacktrace (2.85 KB, text/plain)
2012-08-14 12:58 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***