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

Summary: [65cat] IndexOutOfBoundsException: Index: 0, Size: 0
Product: python Reporter: rajivderas <rajivderas>
Component: CodeAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED FIXED    
Severity: blocker CC: rajivderas, sunbiz
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=128964
Issue Type: DEFECT Exception Reporter: 128964
Attachments: stacktrace
stacktrace
stacktrace

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