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 150317 - [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-16 06:24 UTC by rajivderas
Modified: 2015-04-08 04:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 128637


Attachments
stacktrace (6.02 KB, text/plain)
2008-10-16 06:24 UTC, rajivderas
Details
stacktrace (45 bytes, text/plain)
2008-10-16 15:43 UTC, rajivderas
Details
stacktrace (6.02 KB, text/plain)
2008-10-23 17:32 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-16 06:24:03 UTC
Build: NetBeans IDE Dev (Build 20081015193613)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b21
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:52)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.moveDownJavaPathActionPerformed(PythonPlatformPanel.java:498)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.access$1100(PythonPlatformPanel.java:38)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel$12.actionPerformed(PythonPlatformPanel.java:294)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 rajivderas 2008-10-16 06:24:11 UTC
Created attachment 71924 [details]
stacktrace
Comment 2 rajivderas 2008-10-16 15:43:44 UTC
Build: NetBeans IDE Dev (Build 20081015193613)
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

User Comments: 


Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
Comment 3 rajivderas 2008-10-16 15:43:47 UTC
Created attachment 71997 [details]
stacktrace
Comment 4 sunbiz 2008-10-23 17:32:55 UTC
Build: NetBeans IDE 6.5 RC1 (Build 20081021155605)
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

User Comments: 


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:52)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.moveDownJavaPathActionPerformed(PythonPlatformPanel.java:498)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.access$1100(PythonPlatformPanel.java:38)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel$12.actionPerformed(PythonPlatformPanel.java:294)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 5 sunbiz 2008-10-23 17:32:59 UTC
Created attachment 72548 [details]
stacktrace
Comment 6 Lou Dasaro 2015-04-08 04:56:46 UTC

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