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 225814

Summary: IndexOutOfBoundsException: Index: 0, Size: 0
Product: guibuilder Reporter: netacq_server
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: scanti
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189963
Attachments: stacktrace

Description netacq_server 2013-02-06 19:53:00 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
GUEST: move multiple components in gui editor

GUEST: when i drag multiple components using swing designer it throws this exception

netacq_server: Trying to move group of aligned components down and away from the ones above.

scanti: I was editing a component wirh matisse, cut/copying elements

GUEST: moving few graphic elements a little bit down in a GUI panel, on a free space




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(ArrayList.java:604)
   at java.util.ArrayList.get(ArrayList.java:382)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addInterval(LayoutFeeder.java:1215)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:468)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:850)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:811)
Comment 1 netacq_server 2013-02-06 19:53:01 UTC
Created attachment 131072 [details]
stacktrace