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 238743 - IndexOutOfBoundsException: Index: 9, Size: 8
Summary: IndexOutOfBoundsException: Index: 9, Size: 8
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 23:28 UTC by jherkel
Modified: 2013-11-27 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205528


Attachments
stacktrace (3.34 KB, text/plain)
2013-11-24 23:28 UTC, jherkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jherkel 2013-11-24 23:28:14 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
jherkel: I  have closed open windows via menu in the tab panel. I clicked to one item two times.




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 9, Size: 8
   at java.util.ArrayList.RangeCheck(ArrayList.java:635)
   at java.util.ArrayList.get(ArrayList.java:411)
   at org.netbeans.swing.tabcontrol.DefaultTabDataModel.getTab(DefaultTabDataModel.java:107)
   at org.netbeans.core.multitabs.impl.ButtonPopupSwitcher.createSwitcherItems(ButtonPopupSwitcher.java:470)
   at org.netbeans.core.multitabs.impl.ButtonPopupSwitcher.<init>(ButtonPopupSwitcher.java:135)
   at org.netbeans.core.multitabs.impl.ButtonPopupSwitcher.showPopup(ButtonPopupSwitcher.java:126)
Comment 1 jherkel 2013-11-24 23:28:15 UTC
Created attachment 142522 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-11-27 11:05:22 UTC
Should be fixed in #229483, please reopen if reproducible in recent builds, thanks.