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 - Call hierarchy for interface implementations
Summary: Call hierarchy for interface implementations
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker with 2 votes (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 10:24 UTC by yirco
Modified: 2015-01-21 12:44 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.