How to Create Flowchart from java source code in Eclipse

eclipse, eclipse-plugin, java, sequence-diagram

Solution

Is this post meant for flow chart? Do You mean Sequence Diagram or Class Diagram eUML is a good tool to create Class Diagram or Sequence Diagram You can find it at http://www.soyatec.com/main.php

Problem

I would like to create the flowchart or sequence diagram from my java source code. Is there any plug-in which can help me do that?

Original source