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 150177 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 150176
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 09:49 UTC by rajivderas
Modified: 2008-12-22 14:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 128062


Attachments
stacktrace (5.95 KB, text/plain)
2008-10-15 09:49 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-15 09:49:22 UTC
Build: NetBeans IDE Dev (Build 20081015003247)
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.remove(PathListModel.java:40)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.removeJavaPathActionPerformed(PythonPlatformPanel.java:490)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.access$900(PythonPlatformPanel.java:38)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel$10.actionPerformed(PythonPlatformPanel.java:280)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 rajivderas 2008-10-15 09:49:30 UTC
Created attachment 71833 [details]
stacktrace
Comment 2 rajivderas 2008-10-15 10:20:15 UTC

*** This issue has been marked as a duplicate of 150176 ***
Comment 3 Peter Lam 2008-12-15 05:21:53 UTC
has already been verified in EA testing.