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 214889 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 214161
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 22:32 UTC by javydreamercsw
Modified: 2012-06-29 13:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190068


Attachments
stacktrace (1.38 KB, text/plain)
2012-06-27 22:32 UTC, javydreamercsw
Details
stacktrace (1.38 KB, text/plain)
2012-06-29 13:35 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-06-27 22:32:42 UTC
Build: NetBeans IDE 7.2 RC1 (Build 201206141830)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

User Comments:
javydreamercsw: During start up.

GUEST: Adding a JIRA query.

GUEST: Adding a JIRA query.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.Vector.elementData(Vector.java:730)
   at java.util.Vector.elementAt(Vector.java:473)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:294)
   at org.netbeans.modules.bugtracking.issuetable.IssueTable$5.run(IssueTable.java:575)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
Comment 1 javydreamercsw 2012-06-27 22:32:47 UTC
Created attachment 121473 [details]
stacktrace
Comment 2 Tomas Stupka 2012-06-28 08:07:21 UTC

*** This bug has been marked as a duplicate of bug 214161 ***
Comment 3 javydreamercsw 2012-06-29 13:35:05 UTC
Created attachment 121567 [details]
stacktrace

During power up.