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 270275 - IndexOutOfBoundsException: Index: 2, Size: 2
Summary: IndexOutOfBoundsException: Index: 2, Size: 2
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-03 05:46 UTC by javatlacati
Modified: 2017-04-03 05:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188128


Attachments
stacktrace (5.51 KB, text/plain)
2017-04-03 05:46 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2017-04-03 05:46:26 UTC
Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
GUEST: composer update no-dev

javatlacati: error closing embedded webkit browser tab

GUEST: Switching between file tabs in the editor




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
   at java.util.ArrayList.RangeCheck(ArrayList.java:653)
   at java.util.ArrayList.get(ArrayList.java:429)
   at org.netbeans.swing.tabcontrol.DefaultTabDataModel.getTab(DefaultTabDataModel.java:107)
   at org.netbeans.core.windows.view.ui.slides.TabbedSlideAdapter.getSelectedTopComponent(TabbedSlideAdapter.java:207)
   at org.netbeans.core.windows.view.ui.TabbedHandler.getSelectedTopComponent(TabbedHandler.java:288)
   at org.netbeans.core.windows.view.ui.TabbedHandler.setSelectedTopComponent(TabbedHandler.java:266)
Comment 1 javatlacati 2017-04-03 05:46:28 UTC
Created attachment 164003 [details]
stacktrace