up vote 0 down vote favorite
1
share [g+] share [fb]

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

link|improve this question

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

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
That's exactly what I was looking for. Many thanks. – Roman Kagan Jul 17 '09 at 11:01
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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