The Call Graph view shows the structure of the analysed application in a graphical representation showing a call sequence of methods.
Each defined Java class is represented by a orange box containing
its methods. The arrows show the call sequence, starting from a
selected object (method). The starting method of the Call Graph can be
selected directly in the source code
The example above shows the Call sequence starting from the getFigEdgeFor method.
|