Reputation: 8595
I have a number of java files and would like to generate the class diagrams showing the methods and members in it. Which one is the best tool for doing this? Could you please provide me the names for both free and commercial tools?
Upvotes: 3
Views: 163
Reputation: 308763
Enterprise Architect is a commercial tool.
My free favorite used to be JUDE, now Astah.
UML is pretty useless. When I need diagrams, I usually generate them from my code using IntelliJ. It has both community and enterprise editions.
Upvotes: 1
Reputation: 1682
BOUML does the trick... But beware! It used to be open source until version 5.0. But it is not anymore.
Upvotes: 1