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 203446 - It is not possible to add a profiling root in form of "<class_name>$**"
Summary: It is not possible to add a profiling root in form of "<class_name>$**"
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 14:18 UTC by J Bachorik
Modified: 2011-11-10 16:01 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 J Bachorik 2011-10-10 14:18:42 UTC
For packages it is possible to use the wildcard notation to specify that the package and all its descendants will be treated as profiling roots. Following this logic it should behave the same way for classes.
Comment 1 Tomas Hurka 2011-11-07 12:45:49 UTC
Fixed in profiler-main

changeset:   206419:309b29a69e07
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Nov 07 13:45:07 2011 +0100
summary:     bugfix #203446, enable root method in the form <class_name>$**
Comment 2 Quality Engineering 2011-11-09 16:15:28 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/309b29a69e07
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #203446, enable root method in the form <class_name>$**
Comment 3 Quality Engineering 2011-11-10 16:01:35 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/4dd56f627e75
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: Issue #204783 - Methods and Constructor nodes are missing in Root method selector
Adjusting the ClassNode full-check signature to the change introduced in #203446 ("<class_name>$**" signature means all methods from the class and its inner classes rescursively)