1

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.

THelper
  • 15,333
  • 6
  • 64
  • 104
Rocky Sinha
  • 93
  • 2
  • 10
  • See [this](http://stackoverflow.com/questions/51786/recommended-eclipse-plugins-to-generate-uml-from-java-code) similar and well answered question on SO – Shailendra Sep 14 '12 at 10:15

1 Answers1

2

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

Binu
  • 120
  • 6