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 253743 - AssertionError at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSpace
Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCu...
Status: RESOLVED DUPLICATE of bug 253745
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 14:02 UTC by mienamoo
Modified: 2015-09-09 16:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182840


Attachments
stacktrace (3.15 KB, text/plain)
2015-07-24 14:02 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2015-07-24 14:02:38 UTC
Build: NetBeans IDE 8.1 Beta (Build 201507231027)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8

User Comments:
GUEST: layout problem

mienamoo: I was executing the steps of this test:
http://services.netbeans.org/synergy/client/app/index.html#/case/1306/suite/1073/v/1

In step 5, when dragging the components outside of the panel, this exception occurred.

GUEST: dragging multiple items [snapping to default sized horizontal separator]

GUEST: moving 3 text fields

GUEST: laying out GUI




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSpace(LayoutInterval.java:503)
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentPositions(LayoutInterval.java:1024)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.restrictedCopy(LayoutDesigner.java:1142)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.restrictedCopy(LayoutDesigner.java:1045)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.restrictedCopy(LayoutDesigner.java:1045)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:799)
Comment 1 mienamoo 2015-07-24 14:02:41 UTC
Created attachment 154857 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-09 16:09:22 UTC
This looks very similar to bug 253745 (including the fact that people report multiple component dragging).

*** This bug has been marked as a duplicate of bug 253745 ***