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 235670 - ArrayIndexOutOfBoundsException: 17
Summary: ArrayIndexOutOfBoundsException: 17
Status: RESOLVED DUPLICATE of bug 235463
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-09 07:38 UTC by Ondrej Vrabec
Modified: 2013-09-09 16:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203693


Attachments
stacktrace (1.49 KB, text/plain)
2013-09-09 07:38 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-09-09 07:38:06 UTC
Build: NetBeans IDE Dev (Build 20130905-70f31931024e)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
ovrabec: starting the IDE
btw no issue table is opened, just the task dashboard. Is it necessary to initialize the table?




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 17
   at org.netbeans.modules.bugtracking.issuetable.IssueTable.getPersistedColumnValues(IssueTable.java:706)
   at org.netbeans.modules.bugtracking.issuetable.IssueTable.setModelProperties(IssueTable.java:685)
   at org.netbeans.modules.bugtracking.issuetable.IssueTable.initColumns(IssueTable.java:375)
   at org.netbeans.modules.bugtracking.issuetable.IssueTable$3.run(IssueTable.java:220)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
Comment 1 Ondrej Vrabec 2013-09-09 07:38:08 UTC
Created attachment 139818 [details]
stacktrace
Comment 2 Tomas Stupka 2013-09-09 16:04:50 UTC

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