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 67592 - An IndexOutOfBoundsException while debugging
Summary: An IndexOutOfBoundsException while debugging
Status: CLOSED DUPLICATE of bug 57573
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 14:36 UTC by luky
Modified: 2010-04-29 09:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description luky 2005-10-26 14:36:14 UTC
Following exception appeared several times while traversing a loop 
debugger runs as - Debug file (using CTRL+SHIFT+F5). 

*********** Exception occurred ************ at 3:27 PM on Oct 26, 2005
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
	at java.util.ArrayList.RangeCheck(ArrayList.java:547)
	at java.util.ArrayList.get(ArrayList.java:322)
	at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.
getLocalVariables(LocalsTreeModel.java:281)
	at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.
getLocalVariables(LocalsTreeModel.java:248)
	at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.
getChildren(LocalsTreeModel.java:81)
	at org.netbeans.spi.viewmodel.Models$DelegatingTreeModel.
getChildren(Models.java:982)
	at org.netbeans.modules.debugger.jpda.ui.models.
VariablesTreeModelFilterSI.getChildren(VariablesTreeModelFilterSI.java:137)
	at org.netbeans.spi.viewmodel.Models$CompoundTreeModel.getChildren(Models.
java:562)
	at org.netbeans.modules.debugger.jpda.ui.models.VariablesTreeModelFilter.
getChildren(VariablesTreeModelFilter.java:175)
	at org.netbeans.spi.viewmodel.Models$CompoundTreeModel.getChildren(Models.
java:562)
	at org.netbeans.spi.viewmodel.Models$CompoundModel.getChildren(Models.
java:2187)
[catch] at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.
evaluateLazily(TreeModelNode.java:461)
	at org.netbeans.modules.viewmodel.TreeModelNode$LazyEvaluator.
run(TreeModelNode.java:828)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:
870)
Comment 1 Martin Entlicher 2005-10-26 15:17:30 UTC
Can you please provide the build number? IMHO this is already fixed as issue #57573.

*** This issue has been marked as a duplicate of 57573 ***
Comment 2 Quality Engineering 2010-04-29 09:26:45 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.