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 226304 - NullPointerException at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.getIntervalAlignment
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.support.SwingL...
Status: RESOLVED WORKSFORME
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: 2013-02-19 08:23 UTC by bartvdc
Modified: 2015-02-04 03:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198735


Attachments
stacktrace (2.94 KB, text/plain)
2013-02-19 08:23 UTC, bartvdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bartvdc 2013-02-19 08:23:26 UTC
This bug was originally marked as duplicate of bug 156907, 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) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
bartvdc: undo after moving component in GUI builder




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.getIntervalAlignment(SwingLayoutBuilder.java:369)
   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:257)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:238)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:266)
Comment 1 bartvdc 2013-02-19 08:23:28 UTC
Created attachment 131554 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:27:34 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.