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 59212 - IOOB in LocalsTreeModel.getLocalVariables
Summary: IOOB in LocalsTreeModel.getLocalVariables
Status: VERIFIED DUPLICATE of bug 57573
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
: 61576 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-24 14:05 UTC by pzajac
Modified: 2005-09-05 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (1.66 KB, text/plain)
2005-05-24 14:07 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-05-24 14:05:47 UTC
[200505231800]
This exception was thrown During "Step Out" action.
Comment 1 pzajac 2005-05-24 14:07:10 UTC
Created attachment 22286 [details]
exception stacktrace
Comment 2 Martin Entlicher 2005-05-24 22:32:23 UTC
getChildren() must not rely that "from" and "to" arguments are correct! This is
true for *all* models. Things can change in between. (between getChildrenCount()
and getChildren()). The impl. must be smart...
Comment 3 Martin Entlicher 2005-08-01 16:36:06 UTC
*** Issue 61576 has been marked as a duplicate of this issue. ***
Comment 4 Martin Entlicher 2005-08-16 17:09:14 UTC

*** This issue has been marked as a duplicate of 57573 ***
Comment 5 pzajac 2005-08-31 14:31:22 UTC
v