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 63108 - Arrays sorted oddly in Local Variables
Summary: Arrays sorted oddly in Local Variables
Status: CLOSED DUPLICATE of bug 55226
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:
Depends on:
Blocks:
 
Reported: 2005-08-25 21:46 UTC by Jesse Glick
Modified: 2010-04-29 09:24 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 Jesse Glick 2005-08-25 21:46:14 UTC
I am running the debugger in a dev build and have a local var which is an array
of 14 items. They are displayed as

[0]
[10]
[11]
[12]
[13]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
Comment 1 Martin Entlicher 2005-08-29 14:31:08 UTC
This is a known problem, it was reported as issue #55226.

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