I have some large corporate Spring project unknown for me and I need to perform this kind of task above it:
"I have method A and method B. During the execution of method A, can method B be called?"
Well I found there is function Method Call Hierarchy in IntelliJ Idea. I can perform this function on method B and generate call hierarchy, where I can perform serarch for method A. Unfortunatelly, IntelliJ freeze during computing of this hierarchy becouse its so large and crashed after 5 hours of working.
I need Method Call Hierarchy utility with better performance than IntelliJ Idea have but I failed to find it. Can you help me?