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 221425 - NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutFeeder.canCombine
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutFeeder.c...
Status: NEW
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-11-04 10:26 UTC by Exceptions Reporter
Modified: 2012-11-04 10:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194507


Attachments
stacktrace (3.11 KB, text/plain)
2012-11-04 10:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-04 10:26:41 UTC
This bug was originally marked as duplicate of bug 177608, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.canCombine(LayoutFeeder.java:4981)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.mergeSequentialInclusions(LayoutFeeder.java:4198)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:454)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:850)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:811)
   at org.netbeans.modules.form.HandleLayer$ResizeComponentDrag.end(HandleLayer.java:3133)
Comment 1 Exceptions Reporter 2012-11-04 10:26:43 UTC
Created attachment 127077 [details]
stacktrace