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 166788 - [heap dump instances tab] tables not sortable
Summary: [heap dump instances tab] tables not sortable
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
: 96205 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-09 14:55 UTC by matusdekanek
Modified: 2010-09-06 10:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-06-09 14:55:54 UTC
Product Version: NetBeans IDE 6.7 RC3 (Build 200906090001)
Java: 1.6.0_14-ea; Java HotSpot(TM) Client VM 14.0-b12
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

-profile a project
-take a heap dump
-on some class in the dump window/classes tab invoke 'show instances' popup menu action
-in instances tab enable all tables (instances,fields,references)
-only 'instances' table is sortable by selecting a column, other tables do not respond on clicking on their columns. 
The same applies for the 'static fields' table in the 'instances' tab. According to specification, all tables should be 
sortable by each column.
Comment 1 Jiri Sedlacek 2009-06-09 15:02:32 UTC
Could you please point us to the specification you are writing about? I'm not aware of any HeapWalker specification.

AFAIK all tables in the HeapWalker are sortable, the treetables (not tables!) Fields and References are not sortable
intentionally.

We might implement sorting for the treetables in some future release, changing this issue to ENHANCEMENT.
Comment 2 Jiri Sedlacek 2010-09-06 10:45:27 UTC
*** Bug 96205 has been marked as a duplicate of this bug. ***