UML Tool to reverse engineer object diagrams from java source? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI have been playing around with a few various UML tools- Enterprise Architect, Visual Paradigm; in the end I found Intellij IDEA good enough for producing quick UML class diagrams.
However, I found creating UML object diagrams quite fiddly in EA and VP. I was wondering if there was anything out there that could reverse engineer some simple java code that creates some class instances - then create UML Object Diagrams from this?
We use UmlGraph embedded into a maven build, so we get graphs in the generated javadoc.
You should explore ObjectAid, it has an eclipse plugin as well.
There's a plugin for eclipse called AmaterasUML that does a nice job on a hand full of source files. It's not very useful for long term documentation but for quick and dirty "what's this package do?" it rocks.
Why not try Star UML.. its free and very easy to use..
http://staruml.sourceforge.net/en/
You can use the 30 days evaluation licence and create all needed diagrams for documentation. No need to purchase if you save diagrams as image and paste and copy them into your documentation. Just unzip and it works.
The build is available at: http://www.uml2.org/eclipse-java-galileo-SR2-win32_eclipseUML2.2_package_may2010.zip
精彩评论