Generate UML Class Diagram from Java Project [closed] Generate UML Class Diagram from Java Project [closed] java java

Generate UML Class Diagram from Java Project [closed]


I wrote Class Visualizer, which does it.It's free tool which has all the mentioned functionality - I personally use it for the same purposes, as described in this post.For each browsed class it shows 2 instantly generated class diagrams: class relations and class UML view.Class relations diagram allows to traverse through the whole structure.It has full support for annotations and generics plus special support for JPA entities.Works very well with big projects (thousands of classes).


I use eUML2 plugin from Soyatec, under Eclipse and it works fine for the generation of UML giving the source code. This tool is useful up to Eclipse 4.4.x


How about the Omondo Plugin for Eclipse. I have used it and I find it to be quite useful. Although if you are generating diagrams for large sources, you might have to start Eclipse with more memory.