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 196894 - It is not possible to distinguish methods within Profiler filter
Summary: It is not possible to distinguish methods within Profiler filter
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-20 18:17 UTC by michal.owsiak
Modified: 2011-03-28 08:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
no_parameters (75.75 KB, image/png)
2011-03-20 18:17 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2011-03-20 18:17:29 UTC
Created attachment 107136 [details]
no_parameters

Before you start the use-case, add following code into com.test.QueueTest.java:

protected void mergeEvents(int i) {
        
}

Use-case:

http://wiki.netbeans.org/TS_67_Profiler

6.3 - Analyze Performance - Actions 

8. Select Part of Application radio button, click edit... link next to "1 root method" label and check if there is the selected method. Press Add From Project button, switch to "Default Package View" and go to WebApplication -> Sources -> com -> test -> QueueTest -> Methods and check mergeEvents(java.util.List) method. Confirm the dialogs to the Profile WebApplication.


In the dialog you are not able to tell, which method should be selected (there is no parameters list).
Comment 1 Tomas Hurka 2011-03-21 16:38:07 UTC
As a workaround you can add this method as a root method directly from an editor context menu. Profiling->Add As Profiling Root Method..
Comment 2 J Bachorik 2011-03-22 14:51:18 UTC
fixed - http://hg.netbeans.org/profiler-main/rev/f0add3621161
Comment 3 Quality Engineering 2011-03-28 08:45:46 UTC
Integrated into 'main-golden', will be available in build *201103280400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f0add3621161
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #196894: Fix method name formatting in the root method selector to display method signature