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 158601

Summary: Call hierarchy for interface implementations
Product: java Reporter: yirco <yirco>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description yirco 2009-02-16 10:24:56 UTC
Hi,

Currently if there is a method of an interface in a hierarchy of callees, the implementation of the method is not
further decomposed into the callee hierarchy. This means that a developer must go to the source files and open the
implementation manually and continue there. E.g. if I have a line of callees:

c1 -> Imethod -> c2 -> c3 -> c4 -> c5

and the Imethod is an implemented method of a interface, the hierarchy does not show the following callee methods.

It would be very useful in the hierarchy of callees to offer the implementations if the method of the implemented
interface so that a developer can continue the analysis directly in the Java Call Hierarchy window.

Thank you.