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 152110 - [65cat] ArrayIndexOutOfBoundsException: -1
Summary: [65cat] ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 152109
Alias: None
Product: python
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-01 21:05 UTC by sunbiz
Modified: 2015-04-08 05:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 135044


Attachments
stacktrace (6.01 KB, text/plain)
2008-11-01 21:06 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-11-01 21:05:56 UTC
Build: NetBeans IDE 6.5 RC2 (Build 20081031212129)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.ArrayList.remove(ArrayList.java:390)
        at org.netbeans.modules.python.core.ui.models.PathListModel.moveDown(PathListModel.java:54)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.moveDownPythonPathActionPerformed(PythonPlatformPanel.java:492)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.access$800(PythonPlatformPanel.java:42)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel$.actionPerformed(PythonPlatformPanel.java:232)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 sunbiz 2008-11-01 21:06:07 UTC
Created attachment 73059 [details]
stacktrace
Comment 2 Lou Dasaro 2015-04-08 05:02:55 UTC

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