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 150402 - [65cat] IndexOutOfBoundsException: Index: 0, Size: 0
Summary: [65cat] IndexOutOfBoundsException: Index: 0, Size: 0
Status: RESOLVED FIXED
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: 2008-10-16 15:29 UTC by rajivderas
Modified: 2015-05-18 03:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 128964


Attachments
stacktrace (2.66 KB, text/plain)
2008-10-16 15:29 UTC, rajivderas
Details
stacktrace (2.66 KB, text/plain)
2008-10-16 15:31 UTC, rajivderas
Details
stacktrace (2.66 KB, text/plain)
2008-10-23 17:25 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-16 15:29:33 UTC
Build: NetBeans IDE Dev (Build 20081015193613)
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

Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.remove(ArrayList.java:387)
        at org.netbeans.modules.python.core.ui.models.PathListModel.remove(PathListModel.java:40)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.removePythonPathActionPerformed(CustomizerPythonPath.java:191)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.access$100(CustomizerPythonPath.java:35)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath$2.actionPerformed(CustomizerPythonPath.java:89)
Comment 1 rajivderas 2008-10-16 15:29:41 UTC
Created attachment 71993 [details]
stacktrace
Comment 2 rajivderas 2008-10-16 15:31:41 UTC
Build: NetBeans IDE Dev (Build 20081015193613)
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: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.remove(ArrayList.java:387)
        at org.netbeans.modules.python.core.ui.models.PathListModel.remove(PathListModel.java:40)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.removePythonPathActionPerformed(CustomizerPythonPath.java:191)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.access$100(CustomizerPythonPath.java:35)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath$2.actionPerformed(CustomizerPythonPath.java:89)
Comment 3 rajivderas 2008-10-16 15:31:53 UTC
Created attachment 71995 [details]
stacktrace
Comment 4 sunbiz 2008-10-23 17:24:59 UTC
Build: NetBeans IDE 6.5 RC1 (Build 20081021155605)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.remove(ArrayList.java:387)
        at org.netbeans.modules.python.core.ui.models.PathListModel.remove(PathListModel.java:40)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.removePythonPathActionPerformed(CustomizerPythonPath.java:191)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.access$100(CustomizerPythonPath.java:35)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath$2.actionPerformed(CustomizerPythonPath.java:89)
Comment 5 sunbiz 2008-10-23 17:25:12 UTC
Created attachment 72547 [details]
stacktrace
Comment 6 Lou Dasaro 2015-05-18 03:41:55 UTC
Unable to replicate, probably fixed long ago...