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 193513 - Incorrect argument sorting during debugging
Summary: Incorrect argument sorting during debugging
Status: VERIFIED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 18:09 UTC by michal.owsiak
Modified: 2011-01-23 08:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Arguments are not sorted according to index (40.88 KB, image/png)
2010-12-17 08:25 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2010-12-16 18:09:49 UTC
Use-case:

For the use case, use Debugger Sanity Test from:

http://wiki.netbeans.org/TS_68_Debugger_Sanity

1. Start Test suite "Test suite: Basic functionality"
2. Proceed to Step 12
3. After executing  Step 12, Arguments are not sorted according to table index (see screen shoot)
Comment 1 michal.owsiak 2010-12-17 08:25:53 UTC
Created attachment 104184 [details]
Arguments are not sorted according to index
Comment 2 Martin Entlicher 2010-12-17 11:35:38 UTC
The arguments can not be sorted according to array index, because they are sorted according to the Type column.