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

Summary: Variables are shown as sorted whereas they are not
Product: platform Reporter: Alexander Pepin <apepin>
Component: Outline&TreeTableAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

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 ***