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 184696 - [JIRA4] ArrayIndexOutOfBoundsException: -1
Summary: [JIRA4] ArrayIndexOutOfBoundsException: -1
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 08:49 UTC by Jaromir Uhrik
Modified: 2011-01-13 07:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168362


Attachments
stacktrace (1.05 KB, text/plain)
2010-04-22 08:49 UTC, Jaromir Uhrik
Details
stacktrace (1.05 KB, text/plain)
2010-05-27 08:56 UTC, adben
Details
stacktrace (1.05 KB, text/plain)
2010-06-21 09:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2010-04-22 08:49:43 UTC
This bug was originally marked as duplicate of bug 175811, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 100419-38937479e21f)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
juhrik: Saved query and the exception appeared




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.Vector.elementAt(Vector.java:430)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
   at org.netbeans.modules.bugtracking.issuetable.IssueTable$5.setColumnWidth(IssueTable.java:576)
   at org.netbeans.modules.bugtracking.issuetable.IssueTable$5.run(IssueTable.java:564)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
Comment 1 Jaromir Uhrik 2010-04-22 08:49:48 UTC
Created attachment 97838 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-05-17 12:28:53 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=168362
Comment 3 adben 2010-05-27 08:56:35 UTC
Created attachment 99528 [details]
stacktrace

retriving issues jira results
Comment 4 Exceptions Reporter 2010-06-21 09:31:29 UTC
Created attachment 100267 [details]
stacktrace

custom JIRA query
Comment 5 Tomas Stupka 2011-01-12 16:32:02 UTC
http://hg.netbeans.org/core-main/rev/3ad674571f5e
fixed
Comment 6 Quality Engineering 2011-01-13 07:53:16 UTC
Integrated into 'main-golden', will be available in build *201101130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3ad674571f5e
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #184696 - [JIRA4] ArrayIndexOutOfBoundsException: -1