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.
java...........
Muhammad Husnain Ashfaq
2010-08-10 07:29:45
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
2010-08-10 08:56:49
+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
2010-08-10 10:15:36