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

Summary: New Root Method Selection Dialog
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89610    

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