Can anyone help me? I am currently using eclipse java ide, and would like a plug-in that will automatically look at my classes and draw up a class diagram in UML.
any suggestions?
Can anyone help me? I am currently using eclipse java ide, and would like a plug-in that will automatically look at my classes and draw up a class diagram in UML.
any suggestions?
Try UML2 from Eclipse Modeling Tools. Here's also a tutorial.
If you can move to IntelliJ they have a wonderful plugin for that.
If you're "stuck" with eclipse... AmaterasUML is good enough - I've used it in the past...
Try using Omondo. Its a very nice UML plugin for eclipse. It will exactly suit your needs
I would try MoDisco http://www.eclipse.org/gmt/modisco/. It is an extensible framework for software modernization.
See http://www.reversejava.com for a dynamic reverse engineering application which generates UML Sequence diagram and view of Participating Class diagram from any Java Application at runtime All you have to do is just run your application and sit back. Reverse Java runs in background tracing all the activities happening inside your application and creates UML diagram for you.
You also have options for, excluding packages,editing the Sequence diagram and exporting the diagrams as PDF or Image.
And its not expensive !