How can the plugin help me with development?
A. Understanding method call chains within a class (package, module or project) helps to refactor your Java code, remove duplicated and dead code, reuse existing code. If you know all call chains to some method then you will be able to test all its usages from UI, refactor it safely and find out under which conditions method is called (thread, parameters).