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 156907 - 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: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
: 168410 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-15 18:00 UTC by dbugger
Modified: 2009-07-20 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 6403


Attachments
stacktrace (2.36 KB, text/plain)
2009-01-15 18:00 UTC, dbugger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbugger 2009-01-15 18:00:04 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Trying to modify the example about box

GUEST: While moving a label



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.getIntervalAlignment(SwingLayoutBuilder.java:334)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:248)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:232)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:253)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:232)
        at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.createLayout(SwingLayoutBuilder.java:174)
Comment 1 dbugger 2009-01-15 18:00:08 UTC
Created attachment 75861 [details]
stacktrace
Comment 2 Jiri Vagner 2009-01-19 12:53:39 UTC
8 duplicates without steps to reproduce. Exc is thrown while users are modifying their forms and we are not able to fix
ii without steps to reproduce. > Closing as WORKSFORME. 
Comment 3 Jan Stola 2009-07-20 14:12:14 UTC
*** Issue 168410 has been marked as a duplicate of this issue. ***