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 - [65cat]IndexOutOfBoundsException: Index: 19, Size: 18
Summary: [65cat]IndexOutOfBoundsException: Index: 19, Size: 18
Status: RESOLVED DUPLICATE of bug 150403
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 18:33 UTC by rajivderas
Modified: 2015-04-08 05:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 129784


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***