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?

link|improve this question

49% accept rate
feedback

closed as not constructive by Bill the Lizard Oct 2 '11 at 13:58

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.

10 Answers

up vote 41 down vote accepted

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

link|improve this answer
15  
You have to pay 19 US-$ if you want to get ObjectAid. It would have been nice if you added this piece of information to your answer. – moose Dec 11 '11 at 10:15
4  
Actually, the class diagram generator appears to be free. The licence is required for the sequence diagram generator. – Nerdfest Dec 12 '11 at 19:07
i guess it just lets you draw the diagram, it does not "generate" it from the existing code, does it? – Learner Dec 22 '11 at 15:56
1  
The class diagram shows you existing code, you just have to drag the classes (source or library) you want onto the diagram. – FelixM Feb 5 at 23:07
@moose - as Nerdfest mentioned - class diagrams are free. Said that - I'm adding link to the commercial version as well – Bostone May 21 at 18:59
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.

link|improve this answer
4  
Wow, after having downloaded the software I think I can second that recommendation! Drag in class files for instant diagram. Very very nice (thanks)! – Fiarr Feb 13 '11 at 3:22
@Fiarr you are welcome :) this tool is very simple and even usefull.! – kajo Feb 13 '11 at 13:32
Awesome tool! Thanks a ton! – Anand S May 24 '11 at 11:47
3  
Am I the only one experiencing bugs with ESS? It recognizes some brackets as members etc. Also some inheritances don't appear. My project is compiling and working no problem there. – Gene Marin Oct 13 '11 at 22:53
2  
Unfortunately this is for Windows only. – Sandro L Dec 2 '11 at 15:37
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.

link|improve this answer
feedback

For java I've been using AgileJ.

link|improve this answer
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.

link|improve this answer
2  
That page was a usability mess. I was unable to recognize anything resembling a uml generator from the descriptions. Not very user centric ... – oligofren Jan 18 at 14:51
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.

link|improve this answer
3  
This is a little sick. The fact that Eclipse does not have a built-in class diagram generator is ridiculous. – user128807 Jul 13 '09 at 15:27
3  
@unknown, Eclipse does have standard UML tools (see my answer). Not all projects are included in all packages because different users want different thing, See eclipse.org/downloads/packages/compare-packages for a comparison of the standard packages. – Rich Seller Jul 14 '09 at 8:41
1  
Since Netbeans 6.8 or so the UML Plug-in has been scrapped for a full rewrite. I really used to like it however it appears to be a dead plug-in. – LordFire Oct 18 '11 at 10:45
feedback

ObjectAid is very useful to visualize your existing code, but not has capabilities to design UML models.

link|improve this answer
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.

link|improve this answer
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.

link|improve this answer
feedback

There are number of projects: Amateras, StarUml

and others.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.