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 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutOperations.eliminateEndingGaps
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutOperations.eli...
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-05-01 17:43 UTC by kultzak
Modified: 2015-02-04 03:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200354


Attachments
stacktrace (3.17 KB, text/plain)
2013-05-01 17:43 UTC, kultzak
Details

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