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 120965 - Select root methods dialog opens empty for inner class or its method
Summary: Select root methods dialog opens empty for inner class or its method
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 14:31 UTC by Maksim Khramov
Modified: 2007-11-27 13:27 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 Maksim Khramov 2007-11-02 14:31:09 UTC
Product Version: NetBeans IDE Dev (Build 200710310000)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
Create Java Desktop Application project
Open DescktopApplication1View.java class

select propertyChange method ( line 55 ) and invoke 'Select profiling root methods' command on it.
Select appropriate settngs configuration and click OK.
Select Root Methods dialog opens empty.
Comment 1 Jiri Sedlacek 2007-11-03 18:45:01 UTC
The problem occurs when the action is invoked on any innerclass or its method. As a workaround put the cursor on
concrete method of the innerclass and use Add As Profiling Root Method... action which works fine.
Comment 2 J Bachorik 2007-11-04 20:59:00 UTC
Checking in SelectRootMethodsForClassPanel.java;
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/ui/panels/SelectRootMethodsForClassPanel.java,v  <-- 
SelectRootMethodsForClassPanel.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Maksim Khramov 2007-11-27 13:27:44 UTC
Verified in Build 200711261600