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 229249

Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutOperations.eliminateEndingGaps
Product: guibuilder Reporter: kultzak
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200354
Attachments: stacktrace

Description kultzak 2013-05-01 17:43:52 UTC
This bug was originally marked as duplicate of bug 202707, 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 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutOperations.eliminateEndingGaps(LayoutOperations.java:2096)
   at org.netbeans.modules.form.layoutdesign.LayoutOperations.optimizeGaps2(LayoutOperations.java:1928)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.intervalRemoved(LayoutDesigner.java:4012)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.removeComponentInterval(LayoutDesigner.java:3796)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.restrictedCopy(LayoutDesigner.java:1048)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:761)
Comment 1 kultzak 2013-05-01 17:43:53 UTC
Created attachment 134012 [details]
stacktrace
Comment 2 Tomas Pavek 2013-05-02 09:42:38 UTC
Hi, do you still have the GUI form in a state where this exception can be reproduced? The problem is really specific to certain state and exact operation made, so having a reproducible case is necessary for us to make a fix, we would really appreciate it. Thanks.
Comment 3 Quality Engineering 2015-02-04 03:27:28 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.