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 70149 - selection of root method or code fragment
Summary: selection of root method or code fragment
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-09 14:09 UTC by olegsukhodolsky
Modified: 2007-03-28 21:34 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 olegsukhodolsky 2005-12-09 14:09:00 UTC
If I want to profile either part of application (Analize Performance->Part of
application)
or fragment of code (Analize code fragment performance) I need to select
a class.  In both guis there is ability to select it from prject information
(it is great:)  But the problem is that the tree with this information shows
not only classes, but also fields and methods.  This kind of niosy information :(
And it may cause user to try to select method in this dialog, but this selection
will be lost :(gui takes class name and forget method).
I think, it would be nice to remove unnecessary information.
Or, even better remove fields and allow user to select both class and method
in this dialog.
Comment 1 iformanek 2005-12-10 00:56:20 UTC
Agreed, the tree selector should be quite a bit enhanced, but we won't be able 
to do this for 1.0
Comment 2 Jiri Sedlacek 2007-02-19 10:09:59 UTC
Code Fragment removed from 6.0, new Root Methods Selector (checktree) for Part 
of Application implemented in 6.0.
Comment 3 Alexander Kouznetsov 2007-03-28 21:34:05 UTC
Verified