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 226204

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutInterval.isPlacedAtBorder
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198642
Attachments: stacktrace

Description Exceptions Reporter 2013-02-16 01:05:25 UTC
This bug was originally marked as duplicate of bug 203563, 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.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

User Comments:
GUEST: resized a panel to the edge of a button to the right ,which also happens to be the same location of the edge of a jSpinner above the panel.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.isPlacedAtBorder(LayoutInterval.java:813)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.snapEqualToParallelSnap(LayoutFeeder.java:1034)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.checkResizing2(LayoutFeeder.java:1017)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:466)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:850)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:811)
Comment 1 Exceptions Reporter 2013-02-16 01:05:27 UTC
Created attachment 131443 [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.