Structure101 , point it to your bytecode, select the structure tab, the perspective of the call schedule. You can set the depth of calls (both callers and called subscribers), and double-clicking on the method will centralize it on the oriented graph so that the displayed depth of the displayed calls becomes relative to it. A directed graph is displayed, not a simple tree, so you can find several routes between methods, for example, between createDetectors
and getShortName
in the following (call depth is set to 2):
Chris Chedgey - Structure101
source share