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

Summary: IndexOutOfBoundsException: Index: 21, Size: 20
Product: python Reporter: Oleg Khokhlov <ovk>
Component: CodeAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151581
Issue Type: DEFECT Exception Reporter: 151581
Attachments: stacktrace

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 ***