vote up 0 vote down star

Is there an Eclipse IDE plugin that can generate workflow of Java code?

flag

3  
Can you be more specific about what you are looking for? – Tnay Jul 16 at 21:38
I'd like to see caller and callee links – Roman Kagan Jul 16 at 23:33

2 Answers

vote up 1 vote down check

You should check out nWire. nWire analyzes your code an presents a visual representation of all possible code associations (may be filtered).

link|flag
That's exactly what I was looking for. Many thanks. – Roman Kagan Jul 17 at 11:01
vote up 3 vote down

The plugin PMD can generate an abstract syntax tree that shows bidirectional caller/callee links.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.