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