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 152111 - [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:06 UTC by sunbiz
Modified: 2015-04-08 05:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133471


Attachments
stacktrace (6.03 KB, text/plain)
2008-11-01 21:07 UTC, sunbiz
Details
stacktrace (45 bytes, text/plain)
2008-11-01 21:08 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:06: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.get(ArrayList.java:324)
        at org.netbeans.modules.python.platform.models.PythonPlatformListModel.getElementAt(PythonPlatformListModel.java:25)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.removePlatformActionPerformed(PythonPlatformPanel.java:457)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.access$200(PythonPlatformPanel.java:42)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel$.actionPerformed(PythonPlatformPanel.java:121)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 sunbiz 2008-11-01 21:07:05 UTC
Created attachment 73060 [details]
stacktrace
Comment 2 sunbiz 2008-11-01 21:08:01 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

User Comments: 


Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.ArrayList.get(ArrayList.java:324)
        at org.netbeans.modules.python.platform.models.PythonPlatformListModel.getElementAt(PythonPlatformListModel.java:25)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.removePlatformActionPerformed(PythonPlatformPanel.java:457)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.access$200(PythonPlatformPanel.java:42)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel$.actionPerformed(PythonPlatformPanel.java:121)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 3 sunbiz 2008-11-01 21:08:10 UTC
Created attachment 73061 [details]
stacktrace
Comment 4 Lou Dasaro 2015-04-08 05:04:01 UTC

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