Question

I'm using eclipse to program my java exercises for my CSCI class. Is there any way eclipse can give me a class diagram for a class that I've created?

Was it helpful?

Solution

You will need a plug-in, like this one, currently in alpha stage.

OTHER TIPS

Try Fujaba for Eclipse.

I don't know of any way that Eclipse can generate a UML diagram, but it does give a very useful outline of the code on the side. Hope you find an alternative!

EDIT: now that you got me interested, I did a little research. Check out this website

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top