Flowchart4j

From Wikipedia, the free encyclopedia

Flowchart4j
Image:Flowchart4j.png
Developed by CodeSWAT
Latest release 1.1.0 / February 2007
OS Windows
Genre Software Visualization
License Proprietary
Website www.codeswat.com

Flowchart4j is an Eclipse plugin which generates flowcharts (Control flow diagrams) for Java source code. It provides features such as level folding, exit point highlighting, and Block-by-Block expansion to improve understandability of Java code. It uses static code analysis to generate flowcharts.

Flowchart4j V1.1.0 has a new feature "export to Microsoft Visio" - the flowcharts drawn by flowchart4j can be exported to Microsoft Visio.

Flowchart4j V2.0.0 generates UML's Sequence diagram from Java code, which can further be exported to Microsoft Visio as UML Model Diagram.

[edit] See also

[edit] References