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 107502 - [heapwalker] Remember selected nodes and filters for navigation history
Summary: [heapwalker] Remember selected nodes and filters for navigation history
Status: STARTED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2007-06-20 19:38 UTC by Alexander Kouznetsov
Modified: 2013-05-16 02:28 UTC (History)
0 users

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 Alexander Kouznetsov 2007-06-20 19:38:53 UTC
Profiler 070618

It would be nice if Heap Walker remembered not only selected class or instance, but also selected node in Fields,
References and Static Fields trees. It would make back/forward navigation easier.
Comment 1 Alexander Kouznetsov 2007-08-27 13:03:26 UTC
It would be also nice if back was remembering filters. Consider the following example:
- User right-clicks some item and select Show only Subclasses
- Then he/she clicks back to restore original view
- However, some other view is shown instead
Comment 2 Jiri Sedlacek 2013-04-26 15:40:08 UTC
Persistence for expanded & selected nodes: http://hg.netbeans.org/profiler-main/rev/4ae1f009f31f.
Comment 3 Quality Engineering 2013-05-16 02:28:02 UTC
Integrated into 'main-golden', will be available in build *201305152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4ae1f009f31f
User: Jiri Sedlacek <jis@netbeans.org>
Log: Part of #107502 - persistence for expanded & selected nodes in HeapWalker for Back/Forward. TODO: change equals() for HeapWalkerNodes, fix nested SwingUtilities.invokeLater()