vote up 9 vote down star
4

Are there eclipse plugins that you can recommend for generating diagrams (UML, sequence) from Java code?

flag

29% accept rate

6 Answers

vote up 1 vote down

IBM Rational Systems Developer has this feature built-in. You can do C++ to UML or java to UML transformation..

link|flag
vote up 5 vote down

What is your codebase? Java or C++?

alt text

eUML2 for Java is a powerful UML modeler designed for Java developper in Eclipse

link|flag
This is a very difficult tool to install. I tried for about half an hour with no success. Any other suggestions? – Jonathan Sep 9 '08 at 15:07
Use Yoxos to manage dependencies in Eclipse , its really nice ! eclipsesource.com/en/yoxos/yoxos-ondemand – Khangharoth Nov 16 at 13:41
vote up 1 vote down

Something very simillar has been asked before.

By far the best tool I have used for reverse engineering, and round tripping java -> UML is Borland's Together. It is based on Eclipse (not just a single plugin) and really works well.

link|flag
vote up 0 vote down

I would recommend EclipseUML from Omondo for general usage, although I did experience some problems a few months back, with my web projects. They had a free edition at one point in time, but that is supposedly no longer promoted.

If you are really keen on reverse engineering sequence diagrams from source code, I would recommend jTracert.

As far as Eclipse projects themselves are concerned, the Eclipse UML2 Tools project might support reverse engineering, although I've have never seen its use in practice.

The MoDisco (Model Discovery) project Eclipse GMT project seems to be clearer in achieving your objective. The list of technology specific tools would be a good place to start with.

link|flag
vote up 0 vote down

jTracert should suit your requirements. It's pretty simple to use and absolutelly free.

You can download it here: http://jtracert.googlecode.com/

link|flag
vote up 0 vote down

You could also give the netbeans UML modeller a try. I have used it to generate javacode that I used in my eclipse projects. You can even import eclipse projects in netbeans and keep the eclipse settings synced with the netbeans project settings.

I tried several UML modellers for eclipse and wasn't satisfied with them. They were either unstable, complicated or just plain ugly. ;-)

link|flag

Your Answer

Get an OpenID
or

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