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 - NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutInterval.isPlacedAtBorder
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutInterval...
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-16 01:05 UTC by Exceptions Reporter
Modified: 2015-02-04 03:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198642


Attachments
stacktrace (3.21 KB, text/plain)
2013-02-16 01:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.