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 159789 - IndexOutOfBoundsException: Index: 4, Size: 4
Summary: IndexOutOfBoundsException: Index: 4, Size: 4
Status: RESOLVED DUPLICATE of bug 81947
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-06 14:13 UTC by ahleong
Modified: 2009-03-24 17:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147222


Attachments
stacktrace (2.59 KB, text/plain)
2009-03-06 14:13 UTC, ahleong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ahleong 2009-03-06 14:13:38 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments:
tmysik: form designer -> Separator -> try to get its right side to the right border of a panel (margin 0)

jerryschreiber: Attempted to drag the left anchor of a button to the left, not toward the edge of the form.

ahleong: screen capture
http://www.youtube.com/watch?v=X650hO-iAHM



Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at org.netbeans.modules.form.layoutdesign.LayoutInterval.getSubInterval(LayoutInterval.java:472)
        at org.netbeans.modules.form.layoutdesign.LayoutFeeder.mergeSequentialInclusions(LayoutFeeder.java:2718)
        at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:308)
        at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:826)
Comment 1 ahleong 2009-03-06 14:13:46 UTC
Created attachment 77817 [details]
stacktrace
Comment 2 Jan Stola 2009-03-24 17:22:52 UTC

*** This issue has been marked as a duplicate of 81947 ***