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 185962

Summary: IndexOutOfBoundsException: Index: 3, Size: 3
Product: platform Reporter: petkle
Component: Window SystemAssignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: rbrink, rmartins
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165639
Attachments: stacktrace

Description petkle 2010-05-11 23:32:30 UTC
Build: NetBeans IDE Dev (Build 201005060200)
VM: OpenJDK 64-Bit Server VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
GUEST: simple cut and paste action!!!!!

petkle: editing xml file

GUEST: saving edited file

GUEST: closing exception reporter pane :)

GUEST: pressing enter before line beginning with #




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
   at java.util.ArrayList.RangeCheck(ArrayList.java:571)
   at java.util.ArrayList.get(ArrayList.java:349)
   at org.netbeans.swing.tabcontrol.DefaultTabDataModel.fireContentsChanged(DefaultTabDataModel.java:454)
   at org.netbeans.swing.tabcontrol.DefaultTabDataModel.setText(DefaultTabDataModel.java:159)
   at org.netbeans.swing.tabcontrol.TabbedContainer.setTitleAt(TabbedContainer.java:701)
   at org.netbeans.core.windows.view.ui.TabbedHandler.topComponentNameChanged(TabbedHandler.java:236)
Comment 1 petkle 2010-05-11 23:32:34 UTC
Created attachment 98807 [details]
stacktrace
Comment 2 Martin Entlicher 2010-05-12 14:39:30 UTC
It's updating the name of a TopComponent. I do not think this has anything to do with Outline...
Comment 3 Exceptions Reporter 2010-05-26 01:02:33 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165639
Comment 4 Stanislav Aubrecht 2010-10-07 09:07:31 UTC

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