I am looking for a stand alone class diagram generator that takes the root folder as input and generates the class diagram. Share some of the best tools you might have used.
Best Class Diagram generator (not eclipse plugin)
5.2k Views Asked by Vivek Viswanathan At
5
There are 5 best solutions below
3

you can try using BOUML; it is open source and although its developer announced in September 2010 that he ceased to develop BOUML, it seems to me that he still does bug fixing.
0

In my MsC I discovered StarUML. It was a very efficient open source tool however, its developing seems stopped.
It accepts UML 2.0 completely. You must try it.
0

I have used UMLGraph once, it requires GraphViz. It includes a doclet so you can include the generated UML diagrams in your Javadoc. It hasn't been updated in a while, though.
Magic Draw is pretty good: https://www.magicdraw.com/. You can use it as an Eclipse plug-in or as a stand-alone program. It can do round-tripping (class files to UML and UML to class files).