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 119448 - Only constructors are shown on Profiling > Select Profiling Root Methods
Summary: Only constructors are shown on Profiling > Select Profiling Root Methods
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-19 09:26 UTC by Alexander Kouznetsov
Modified: 2007-10-19 15:25 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-10-19 09:26:43 UTC
NetBeans IDE 6.0 Beta 2 (Build 200710160000)

Steps to reproduce:
- Open java file in editor (Reproduced with Anagrams.java)
- Right-click it and select Profiling > Select Profiling Root Methods
- RESULT: No methods are shown for the class, only constructors.

Seems to be a regression.
Comment 1 J Bachorik 2007-10-19 15:21:53 UTC
fixed

Checking in selector/api/nodes/MethodsNode.java;
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/selector/api/nodes/MethodsNode.java,v  <--  MethodsNode.java
new revision: 1.2; previous revision: 1.1
done
Checking in ui/panels/SelectRootMethodsForClassPanel.java;
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/ui/panels/SelectRootMethodsForClassPanel.java,v  <-- 
SelectRootMethodsForClassPanel.java
new revision: 1.2; previous revision: 1.1
done
Comment 2 J Bachorik 2007-10-19 15:25:10 UTC
fix