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 175811 - ArrayIndexOutOfBoundsException: 9 >= 9
Summary: ArrayIndexOutOfBoundsException: 9 >= 9
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 18:48 UTC by Tomas Stupka
Modified: 2009-11-03 10:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161243


Attachments
stacktrace (1.12 KB, text/plain)
2009-10-30 18:48 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2009-10-30 18:48:01 UTC
Build: NetBeans IDE Dev (Build 091029)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments:
tstupka: start ide > services > issue trackers > right click repo > find isssues



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 9 >= 9
        at java.util.Vector.elementAt(Vector.java:427)
        at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
        at org.netbeans.modules.bugtracking.issuetable.IssueTable$2.setColumnWidth(IssueTable.java:368)
        at org.netbeans.modules.bugtracking.issuetable.IssueTable$2.run(IssueTable.java:325)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
Comment 1 Tomas Stupka 2009-10-30 18:48:05 UTC
Created attachment 90330 [details]
stacktrace
Comment 2 Tomas Stupka 2009-11-02 10:03:02 UTC
fixed 

changeset   : 151658:29ccb547ddaa
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Mon Nov 02 11:02:46 CET 2009
Comment 3 Quality Engineering 2009-11-03 10:19:06 UTC
Integrated into 'main-golden', will be available in build *200911030222* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/29ccb547ddaa
User: Tomas Stupka <tstupka@netbeans.org>
Log: #175811 - ArrayIndexOutOfBoundsException: 9 >= 9