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 96594 - Show what method and to what project is going to be added to profiling roots
Summary: Show what method and to what project is going to be added to profiling roots
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 15:31 UTC by Alexander Kouznetsov
Modified: 2007-04-09 12:02 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-02-26 15:31:26 UTC
Profiler 070226

Currently if user right-clicks somewhere in editor's window and select Profiling
> Add As Profiling Root Method he/she will not see what method is added until
Select Task dialog is opened to start new profiling (and previously started
profiling session has to be terminated). Since there are different UI approaches
about what method is in context (see issue 92980, compare to Enterprise Pack
functions) it seems to be a usability issue.
Comment 1 Alexander Kouznetsov 2007-04-09 12:02:37 UTC
Profiler 070405

The second problem is that there is not always possible to know what project
will be affected by Add As Profiling Root Method action. One of the scenarios is
filed as issue 92963 and there is another scenario: user opens snapshot from
disk and then adds some method as profiling root. In this case <External
Application> project will be affected. This is not the expected behavior.

Consider providing an ability to select a project each time a method is going to
be added as profiling root.