I am looking for an automatic class diagram generator in Eclipse. It will look at a project and automatically create a class diagram without needing to run the code.
What is your favorite class diagram generator for Eclipse?
I am looking for an automatic class diagram generator in Eclipse. It will look at a project and automatically create a class diagram without needing to run the code.
What is your favorite class diagram generator for Eclipse?
I have to admit that I use Netbeans for that (although I code in Eclipse). In my opinion there's no better tool than the Netbeans-UML Extension.
And the import / export of Netbeans / Eclipse projects works perfect.
I have used the UML generator from http://www.objectaid.com/. I have been very happy with it. It generates nice diagrams that you can reorder and move around.
Try the Eclipse UML tools project. It is a core project of Eclipse, but not included in the standard package by default. Here is a comparison of the components available in different Eclipse packages.
ObjectAid is very useful to visualize your existing code, but not has capabilities to design UML models.