Reputation: 93
Is there any plugin which can be installed in Eclipse that will generate the flow diagram if we pass our java code to it? Suppose I have code and I want a flow diagram to be generated that will help me to visualize.
Upvotes: 1
Views: 3072
Reputation: 120
Have try of StarUML where I reverse engineered Java code to generate Class Diagrams and package diagrams.
It will help us to build Sequence Diagram which may server your pupose.
I feel it is more efficient than trying an Eclipse Plugin.
I have not tried this
http://www.vogella.com/articles/UML/article.html#install
whether it will reverse engineer the java code
Upvotes: 2