Is there a solution for automatic creation of a complete class diagram from a Java project?
I've spent significant time looking online, trying Papyrus, Jar2UML, UML2Tools, DiaGen, jGraps, Class-visualizer, but have not found any currently working solution. Although most of the mentioned tools work (some do not currently work), they do not automatically generate a diagram of the full class hierarchy. I realise this might be the holy grail, and may require parameterisation, but thought it should be possible this day.
Requirements for wider use would be:
- Currently working
- Easy to use, or up-to-date tutorial on exactly how to do this
- Does not require manual coding
- Stand alone or Eclipse/NetBeans/IntelliJ plugin
- Free
If there is nothing like this available, I'm considering creating something like this.