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 200057 - [70cat] ArrayIndexOutOfBoundsException: -1
Summary: [70cat] ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 192420
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 18:13 UTC by Michel Graciano
Modified: 2011-08-09 12:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179823


Attachments
stacktrace (1.76 KB, text/plain)
2011-07-11 18:14 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2011-07-11 18:13:59 UTC
Build: NetBeans IDE 7.0.1 RC1 (Build 201106222100)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

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.Controller.toIndeterminate(Controller.java:158)
Comment 1 Michel Graciano 2011-07-11 18:14:04 UTC
Created attachment 109375 [details]
stacktrace
Comment 2 Jan Peska 2011-08-09 12:31:11 UTC

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