As you manipulate your Java object (Customer), the Object Call Tree expands to track the calls that are invoked and the associated parameter values.
As an example, an Object Call Tree after several methods have been invoked follows:
Object Call Tree Icons
The following icons are used to identify the branches in the Object Call Tree:
Icon |
Description |
The type (class) of the object currently loaded, followed by response from calling toString method of object. |
|
The constructor that was called. This is shown if multiple constructors exist. |
|
A method call that has not been executed. |
|
A method call that has been executed. |
|
The input parameters (type and current value) for the enclosing method. |
|
The return value (current value if call has been executed) for the enclosing method. |
Clicking an item in the Object Call Tree displays the appropriate set of tabs in the Data Sheet and Call Sheet in the right panel.
Right-clicking an item in the Object Call Tree displays a menu.
You can execute all calls or you can mark all calls as unexecuted in the Object Call Tree.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|