Instant reverse is a process to produce UML class model from a given input of source code. With instant reverse, you can reverse a snap shot of your code-base to UML classes and form class diagram in further. Instant reverse can read the code body of operation in Java class (source file), analyze the method invocations and form the result on a sequence diagram. This allows you to study the runtime behavior of your application by means of a sequence diagram, which makes it easier to locate potential bottleneck and carry out changes.
![]() |
The Instant Reverse window |
NOTE: | You can reverse multiple source paths by adding them one after the other. |
![]() |
Select an operating to analyze its code body and form diagram |
![]() |
Select a diagram to visualize the result |
![]() |
Sequence diagram formed |
Instant reverse does not drill inside method calls indefinitely. Instead, it reverse just the operation selected. If you want to reverse deeper level of details, right click on the target sequence message and select Instant Reverse Java Source from the popup menu.
![]() |
Reverse Java source with a sequence message |
The following resources may help you to learn more about the topic discussed in this page.