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 231338 - Call hierarchy does not show list of called method
Summary: Call hierarchy does not show list of called method
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 07:53 UTC by Jiri Prox
Modified: 2013-06-18 08:56 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 Jiri Prox 2013-06-17 07:53:03 UTC
Call hierarchy does not show list of called methods.

Steps to reproduce:
1) have a code:
public class Test {
    
    public void called() {
    }

    public void test() {
        System.out.println("");
        called();
    }

    public void callee() {
        test();
    }
}

2) put cursor at 'test()' and invoke 'Call Hierarchy'
3) try switch to "Show hierarchy of callees"
-> nothing is changed

4) keep active "Show hierarchy of callees" and invoke  'Call Hierarchy' again 
-> the result shows "Select some method to explore" although is was invoked when cursor was placed over method.


Product Version: NetBeans IDE 7.4 Beta (Build 201306132201)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\7.4beta
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\7.4beta
Comment 1 Ralph Ruijs 2013-06-18 08:56:08 UTC
should be fixed by 7b33f8acf759