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 102705 - Create separate button for Dump Heap
Summary: Create separate button for Dump Heap
Status: RESOLVED FIXED
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:
: 116377 120959 (view as bug list)
Depends on:
Blocks: 96203
  Show dependency tree
 
Reported: 2007-04-27 09:26 UTC by Ivan Sidorkin
Modified: 2012-01-25 16:30 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 Ivan Sidorkin 2007-04-27 09:26:40 UTC
It will be nice to have separate button on Profiler Control Panel for Dumping Heap.

Dump Heap available now for all profiling tasks from main menu, but from
Profiler Control Panel only in Memory mode and not usefull because it shared
with Take Snapshot.
Comment 1 Alexander Kouznetsov 2007-04-27 09:33:34 UTC
Seems to be a duplicate of issue 96203
Comment 2 Tomas Hurka 2007-04-27 09:39:18 UTC
If it is not useful, it will not be there. 
Comment 3 Mikhail Kondratyev 2007-04-27 10:45:22 UTC
Do you agree this is a duplicate or you just disagree with Ivan? 
Could you explain your position?

I had a look at this functionality and there is some inconsistency indeed.
In memory profiling we can invoke Dump Heap from Control Panel.

In other modes we can do it from menu only. Why are we inconsistent?

As a user, I would look for the same feature at the same place whatever I do. Or
did I miss something?
Comment 4 Jiri Sedlacek 2007-09-22 08:45:06 UTC
I believe the comment means that Dump Heap button available now in Control Panel during memory profiling is useful,
otherwise it wouldn't be there - just a reaction on original comment "not usefull because it shared". The main idea is
that most typically you are interested in contents of the heap during memory profiling.

Because we take Issue 96203 as a suggestion where some changes may be implemented and some not according to further
evaluation, let's keep this issue and don't mark it as a duplicate - it's clear that the Heap Dump action should have
its own button.
Comment 5 Jiri Sedlacek 2007-09-22 08:47:11 UTC
*** Issue 116377 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Sedlacek 2007-11-02 14:25:03 UTC
*** Issue 120959 has been marked as a duplicate of this issue. ***
Comment 7 Jiri Sedlacek 2012-01-10 14:10:50 UTC
Dump Heap button added by http://hg.netbeans.org/profiler-main/rev/7a95d22028da.
Comment 8 Quality Engineering 2012-01-25 16:30:44 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/480e7ec71c80
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: fix profiler test regression caused by fix of #102705 and #96203