views:

111

answers:

5

is there any tool available, to make a flow diagram or Flow Chart out of code. or make any other diagram like class diagram from the code.

A: 

As you've now said it's Java, here you go:

Skilldrick
java...........
Muhammad Husnain Ashfaq
A: 

You can also look at StarUML

CASE tools like Rational Rose also do this, but for a price.

nonnb
A: 

Hi Muhammad,

You may also want to consider Code Rocket. It can produce flowcharts (and pseudocode) from Java code. You can find more information about it here: http://www.getcoderocket.com

Disclaimer: I am a developer on Code Rocket

Hope this helps.

Alan

Alan Spark
+1  A: 

Use the UML plugin in Netbeans 6.7.1 and Reverse Engineer. Unfortunately, the UML plugin is not available in later versions of NetBeans.

OliBlogger