Is there an Eclipse IDE plugin that can generate workflow of Java code?
|
|
|||||||
|
|
|
You should check out nWire. nWire analyzes your code an presents a visual representation of all possible code associations (may be filtered). |
||
|
|
|
The plugin PMD can generate an abstract syntax tree that shows bidirectional caller/callee links. |
||
|
|
