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 167869 - Variables are shown as sorted whereas they are not
Summary: Variables are shown as sorted whereas they are not
Status: RESOLVED DUPLICATE of bug 148389
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 10:49 UTC by Alexander Pepin
Modified: 2009-06-30 10:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (215.45 KB, image/png)
2009-06-30 10:51 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2009-06-30 10:49:06 UTC
This bug was found while testing debugger in CND but obviously it's an issue in OutlineTable. The scenario is taken from
automatic tests.
Steps to reproduce:
- create a project
- set a breakpoint
- start debugging
- when execution stops at BP open Variables
- sort it ascending, everything is OK
- finish debug session
- close the project
- open the project once again
- start debugging
- when execution stops at BP open Variables
Result: Variables table shows that variables are sorted ascending but in fact they are not sorted (see attached screenshot).
Comment 1 Martin Entlicher 2009-06-30 10:51:00 UTC
Yes, it's an issue of Outline.
Comment 2 Alexander Pepin 2009-06-30 10:51:49 UTC
Created attachment 84170 [details]
screenshot
Comment 3 Martin Entlicher 2009-06-30 10:55:33 UTC

*** This issue has been marked as a duplicate of 148389 ***