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 183940

Summary: IndexOutOfBoundsException: Index: 3, Size: 3
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Window SystemAssignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: binotxa, FrantaM, gtg, jasondonmoyer, lolo_101, roger_rf, zolta
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165546
Attachments: stacktrace
stacktrace

Description Exceptions Reporter 2010-04-12 16:50:51 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: switch from html to yaml file

GUEST: editing source code

GUEST: Showing a tooltip with the variable's value while debugging

zolta: I was runing a JUnit single test




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at org.netbeans.swing.tabcontrol.DefaultTabDataModel.fireContentsChanged(DefaultTabDataModel.java:454)
   at org.netbeans.swing.tabcontrol.DefaultTabDataModel.setIcon(DefaultTabDataModel.java:132)
   at org.netbeans.swing.tabcontrol.TabbedContainer.setIconAt(TabbedContainer.java:697)
   at org.netbeans.core.windows.view.ui.TabbedHandler.topComponentIconChanged(TabbedHandler.java:219)
Comment 1 Exceptions Reporter 2010-04-12 16:50:59 UTC
Created attachment 97113 [details]
stacktrace
Comment 2 jasondonmoyer 2010-04-13 15:40:39 UTC
Created attachment 97232 [details]
stacktrace

running my ant script from my freeform project
Comment 3 Stanislav Aubrecht 2010-10-07 09:12:19 UTC

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