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 150574

Summary: [65cat]IndexOutOfBoundsException: Index: 19, Size: 18
Product: python Reporter: rajivderas <rajivderas>
Component: CodeAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: rajivderas
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=129784
Issue Type: DEFECT Exception Reporter: 129784

Description rajivderas 2008-10-17 18:33:56 UTC
Build: NetBeans IDE 6.5 RC1 (Build 20081017144645)
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: (first 10 lines)
java.lang.IndexOutOfBoundsException: Index: 19, Size: 18
        at java.util.ArrayList.add(ArrayList.java:367)
        at org.netbeans.modules.python.core.ui.models.PathListModel.moveDown(PathListModel.java:53)
        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)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 Lou Dasaro 2015-04-08 05:13:38 UTC

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