There’s been an interesting topic on UML tools in this forum.
There are a few nice ones. Some of them featured a kind of “generate class diagramm from source code”. However, these mostly disappointed me (the ones in the free UML tools at least). (*)
So here’s my question: Is there a (if possible: free) class diagram generator from Java source code?
I don’t want to edit the diagram afterwards, I’d just like to have an accurate overview. Basically the other way round of an UML editor tool.
I’d like to use it like Javadoc, and as oftenly as Javadoc. I wonder why Javadoc doesn’t go further and produce a nice diagram. (No criticism, I like Javadoc very much and it’s a great invention of SUN to provide such tools.)
The Javadoc “clone” Doxygen (mainly for C++) tries to produce som basic diagrams (in Png format), but it’s just the inheritance view of classes. This is nice, but just a very start.
Thanks for any hints.
(*) Oh English… What’s correct to say: generate a diagram from source code? or: generate a diagram out of code, or …? Thanks.