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 251941

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.getIntervalAlignment
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216854
Attachments: stacktrace

Description Exceptions Reporter 2015-04-20 05:26:07 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 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 7

User Comments:
GUEST: Adding code to my GUI design




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.getIntervalAlignment(SwingLayoutBuilder.java:373)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:258)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:242)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:270)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.composeGroup(SwingLayoutBuilder.java:242)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.fillGroup(SwingLayoutBuilder.java:261)
Comment 1 Exceptions Reporter 2015-04-20 05:26:09 UTC
Created attachment 153270 [details]
stacktrace