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 209675 - IndexOutOfBoundsException: Index: 17, Size: 16
Summary: IndexOutOfBoundsException: Index: 17, Size: 16
Status: RESOLVED DUPLICATE of bug 210550
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 16:29 UTC by sreimers
Modified: 2012-04-03 13:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184776


Attachments
stacktrace (4.33 KB, text/plain)
2012-03-16 16:29 UTC, sreimers
Details
stacktrace (4.16 KB, text/plain)
2012-03-22 17:10 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2012-03-16 16:29:49 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-8804-on-20120313)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b16, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b15
OS: Windows 7

User Comments:
stopd: Enabling Multirow for the doucment tabs

lhochet: tried to switch from single line editor tabs to multi lines

lhochet: just tried activating the new multirow tab support as well as opening a new 'document' next to the current tab, exception occurs just after clicking on Ok




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 17, Size: 16
   at java.util.ArrayList.rangeCheckForAdd(ArrayList.java:612)
   at java.util.ArrayList.add(ArrayList.java:426)
   at javax.swing.JTabbedPane.insertTab(JTabbedPane.java:718)
   at javax.swing.JTabbedPane.add(JTabbedPane.java:858)
   at org.netbeans.core.windows.view.ui.tabcontrol.tabbedpane.NBTabbedPaneController.addToContainer(NBTabbedPaneController.java:259)
   at org.netbeans.core.windows.view.ui.tabcontrol.tabbedpane.NBTabbedPaneController.access$000(NBTabbedPaneController.java:71)
Comment 1 sreimers 2012-03-16 16:29:51 UTC
Created attachment 116814 [details]
stacktrace
Comment 2 sreimers 2012-03-22 17:10:16 UTC
Created attachment 117100 [details]
stacktrace
Comment 3 Stanislav Aubrecht 2012-04-03 13:57:53 UTC

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