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

Summary: [heapwalker] Remember selected nodes and filters for navigation history
Product: profiler Reporter: Alexander Kouznetsov <mrkam>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: STARTED ---    
Severity: blocker Keywords: PLAN
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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()