Need UML reverse engineering tool for Java project

2020-06-03 06:54发布

I need to maintain some project in Java, but it is very big. I need some plugin for Eclipse or program alone which can generate UML from Java project. Is there something what can help me ?

8条回答
虎瘦雄心在
2楼-- · 2020-06-03 07:06

I recommend Architexa for its great class digram generation. Instead of generating every classes in a huge class diagram, Arhitexa allows you to selectively display the relevant classes in the diagram.

查看更多
仙女界的扛把子
3楼-- · 2020-06-03 07:08

Visual Paradigm for UML

Tools --> Instant Reverse --> Java --> Specify your sources and you are done.

This is a commercial application with lots of stuff, but for what you need to do, you are fine with the evaluation key.

EDIT: Also have a look at this video

查看更多
够拽才男人
4楼-- · 2020-06-03 07:08
爷、活的狠高调
5楼-- · 2020-06-03 07:15

I recommend Enterprise Architect which supports full reverse and forward engineering including for Java. Automatic Documentation generation as Word, PDF or website.

查看更多
做个烂人
6楼-- · 2020-06-03 07:18

Free Class Visualizer does exactly that - you load compiled Java code and, as a result, receive class diagrams allowing you to navigate through relations. It supports parametrized types, annotations and discovers all sort of outbound and inbound relations (including dependencies).

查看更多
smile是对你的礼貌
7楼-- · 2020-06-03 07:20

I suggest euml2 as an eclipse pluggin.
It has a free version and it is quite good!

查看更多
登录 后发表回答