Search specific call tree in call hierarchy result?

57 Views Asked by At

If I search the call hierarchy of any method(method_A) in eclipse, I get more than 100 references.

I want to search specific call tree in this result where method_A is called by a specific method (method_Z), how can I do that?

At present, I need to go through all 100 results which is very time consuming and frustrating.

0

There are 0 best solutions below