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 205082 - [71cat] ArrayIndexOutOfBoundsException: -1
Summary: [71cat] ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 188999
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 11:04 UTC by aldobrucale
Modified: 2011-11-14 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182879


Attachments
stacktrace (1.68 KB, text/plain)
2011-11-14 11:04 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2011-11-14 11:04:06 UTC
Build: NetBeans IDE Dev (Build 201111100600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Linux

User Comments:
aldobrucale: rerun failed tests




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.Vector.elementData(Vector.java:730)
   at java.util.Vector.elementAt(Vector.java:473)
   at javax.swing.DefaultListModel.getElementAt(DefaultListModel.java:89)
   at org.netbeans.modules.progress.spi.TaskModel.getSelectedHandle(TaskModel.java:154)
   at org.netbeans.modules.progress.spi.TaskModel.updateSelection(TaskModel.java:91)
   at org.netbeans.modules.progress.spi.TaskModel.addHandle(TaskModel.java:72)
Comment 1 aldobrucale 2011-11-14 11:04:09 UTC
Created attachment 113185 [details]
stacktrace
Comment 2 Jan Peska 2011-11-14 13:49:25 UTC

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