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 92054 - New Root Method Selection Dialog
Summary: New Root Method Selection Dialog
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords: UI
Depends on:
Blocks: 89610
  Show dependency tree
 
Reported: 2007-01-08 21:23 UTC by Tomas Hurka
Modified: 2007-11-14 14:10 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 Tomas Hurka 2007-01-08 21:23:47 UTC
NB Profiler has the ability to specify methods to be used as profiling roots - the process of profiling 
starts no sooner than hitting any of those "root" method.

In order to simplify the way a user selects the root methods for profiling the selector now provides a so 
called "logical" view of a given project thus removing the necessity of typing the method signatures 
manually. This includes:

- Ability to see the project structure in a high level view (no methods, just high level element) as well as 
a low level (everything is shown, including methods, constructors etc.)

- Awareness of J2EE infrastructure - the selector recognizes all specified J2EE elements and shows them 
in a user friendly way

- Possibility to see a project in the plain "package" view
Comment 1 Tomas Hurka 2007-01-08 21:26:21 UTC
Integraed in trunk.
Comment 2 Alexander Kouznetsov 2007-11-14 14:10:55 UTC
Verified