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 107366 - Select Root Methods dialog should select low level packages for Source node
Summary: Select Root Methods dialog should select low level packages for Source node
Status: RESOLVED WONTFIX
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-06-20 08:53 UTC by Alexander Kouznetsov
Modified: 2008-03-29 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-06-20 08:53:00 UTC
org.netbeans.modules.profiler/1 [1.1.1 070615]

Consider the following steps:
  1. Opened Select Root Methods dialog for Anagram Game application
  2. Checked Sources node
  3. Clicked OK -> com.*.<init>() has been added. It seems that user
     expects that only application source classes are added:
     com.toy.anagrams.lib.*.<init>() and com.toy.anagrams.ui.*.<init>().
Comment 1 Alexander Kouznetsov 2007-11-14 10:21:45 UTC
Seems to be more defect than enhancement.
Comment 2 J Bachorik 2008-03-29 11:31:18 UTC
This is almost impossible to implement given the complexity of finding all leaves in the source tree for more complex
projects. This would raise another issue of performance.
I think that in the current state if the user needs only com.toy.anagrams.ui.* classes he will express it by checking
appropriate package.