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 165722 - IndexOutOfBoundsException: Index: 21, Size: 20
Summary: IndexOutOfBoundsException: Index: 21, Size: 20
Status: RESOLVED DUPLICATE of bug 150403
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: 2009-05-21 16:47 UTC by Oleg Khokhlov
Modified: 2015-04-08 05:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151581


Attachments
stacktrace (5.96 KB, text/plain)
2009-05-21 16:47 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-21 16:47:27 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: Python platform manager - used Move buttons in paths



Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 21, Size: 20
        at java.util.ArrayList.add(ArrayList.java:367)
        at org.netbeans.modules.python.core.ui.models.PathListModel.moveDown(PathListModel.java:56)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.moveDownJavaPathActionPerformed(PythonPlatformPanel.java:575)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel.access$1400(PythonPlatformPanel.java:37)
        at org.netbeans.modules.python.platform.panels.PythonPlatformPanel$14.actionPerformed(PythonPlatformPanel.java:326)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 Oleg Khokhlov 2009-05-21 16:47:35 UTC
Created attachment 82568 [details]
stacktrace
Comment 2 Lou Dasaro 2015-04-08 05:14:36 UTC

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