If I have a Java project in Eclipse, I can right-click the method name and the "Hierarchy of Open Calls". Suppose I have two interfaces: A and B, which define the x () method. Is it possible for Eclipse to use the Hierarchy of Open Calls in a more intelligent way, to show only calls x () with A until those of B are shown?
java eclipse call-hierarchy
Michael McGowan Jan 10 '11 at 18:18 2011-01-10 18:18
source share