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 168410 - NullPointerException at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.getIntervalAlignment
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.support.SwingL...
Status: RESOLVED DUPLICATE of bug 156907
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 16:56 UTC by nelsonslament
Modified: 2009-07-20 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153585


Attachments
stacktrace (2.36 KB, text/plain)
2009-07-10 16:56 UTC, nelsonslament
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nelsonslament 2009-07-10 16:56:41 UTC
This issue was originally marked as duplicate of issue 156907, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.29.4-smp, i386

User Comments:
nelsonslament: trying to delete a text area from the gui builder



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.getIntervalAlignment(SwingLayoutBuilder.java:349)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:254)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:238)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:259)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:238)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.createLayout(SwingLayoutBuilder.java:180)
Comment 1 nelsonslament 2009-07-10 16:56:53 UTC
Created attachment 84604 [details]
stacktrace
Comment 2 Jan Stola 2009-07-20 14:12:21 UTC

*** This issue has been marked as a duplicate of 156907 ***