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条回答
\"骚年 ilove
2楼-- · 2020-06-03 07:23

Umbrello supports Java code import, and it is open source, so will cost you nothing to try.

You might also give Doxygen(with GraphViz) a go; it will generate UML 'style' class diagrams and is a great code navigation tool for unfamiliar code-bases. Not truly a UML tool though, but might suit your requirements.

查看更多
We Are One
3楼-- · 2020-06-03 07:28

Most UML tools can import Java code. Last time I used JUDE Community edition it could do it, but they've split it into community and paid editions. I'm not sure if the free one does anymore. Sparx Enterprise Architect can import Java as well.

查看更多
登录 后发表回答