You can click on the Add To Sequence Diagram
button in the Java Stack Trace Console to reverse engineer all or the selected
part of a stack trace. Note that you need to switch the Console view to the
Java Stack Trace Console with the
Open Console button.
You can only add a stack trace to a sequence diagram that is open in an editor.
If a message is selected in the sequence diagram, the added message sequence
will originate from it. Note that the top method in the selected call stack
(
EclipseFile.delete()
) does not appear in the diagram because
it doesn't have a caller.