user243655
user243655

Reputation: 8595

tool to generate class diagrams

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

Answers (3)

duffymo
duffymo

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

BOUML does the trick... But beware! It used to be open source until version 5.0. But it is not anymore.

Upvotes: 1

bkaiser
bkaiser

Reputation: 657

The eUML2 plugin for Eclipse works quite well.

Upvotes: 1

Related Questions