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?
| |||
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Take a look at ObjectAid - it has nice set of features Please note that free version is limited to Class diagrams only, otherwise you need to purchase a license | |||||||||||||||||
feedback
|
|
I have the best experiences with very simple Ess Model. Very intuitive and user-friendly applicable for any JAVA code. I strongly recommend. No installation. | |||||||||||||||||
feedback
|
|
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. | |||
|
feedback
|
|
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. | |||||
feedback
|
|
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. | |||||||||||||
feedback
|
|
ObjectAid is very useful to visualize your existing code, but not has capabilities to design UML models. | |||
|
feedback
|
|
Check out nWire. It is an Eclipse plugin for code exploration and visualization. It can produce such diagrams (although not in the formal form of UML) in a matter of a few clicks. | |||
|
feedback
|
|
I would suggest something outside Eclipse, particularly to quickly see class diagram of existing codebase. Try BOUML, it is free, supports multiple languages and nice once you get the hang of it. | |||
|
feedback
|