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 151580 - [65cat] ArrayIndexOutOfBoundsException: -1
Summary: [65cat] ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 150063
Alias: None
Product: python
Classification: Unclassified
Component: Code (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-10-28 12:42 UTC by rajivderas
Modified: 2015-04-08 04:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133452


Attachments
stacktrace (2.60 KB, text/plain)
2008-10-28 12:42 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-28 12:42:28 UTC
Build: NetBeans IDE 6.5 RC2 (Build 20081028031234)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, 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.project.ui.customizer.CustomizerPythonPath.moveDownPythonPathActionPerformed(CustomizerPythonPath.java:199)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.access$300(CustomizerPythonPath.java:35)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath$.actionPerformed(CustomizerPythonPath.java:103)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 rajivderas 2008-10-28 12:42:32 UTC
Created attachment 72764 [details]
stacktrace
Comment 2 Lou Dasaro 2015-04-08 04:57:38 UTC

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