开发者

How can I generate sequence diagrams from a big Java Project [closed]

开发者 https://www.devze.com 2023-03-05 23:05 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines开发者_如何学编程. It is not currently accepting a
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines开发者_如何学编程. It is not currently accepting answers.

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 question

I am just looking for a open-source software or plug-ins implemented for NetBeans or eclipse to generate sequential diagram for a big project. I know there are some software doing this issue such as MajicDraw, Visual Paradiam. Moreover, I know there is one plug-ins for NetBeans and one for eclipse, but they just generate sequence diagram for one class not for a big project.


Sequence diagrams describe a runtime view, that cannot be captured by static code analysis. There are some runtime tools, e.g. dynatrace, that can display sequence diagrams. However, one of the most important things when creating a sequence diagram, is deciding what to display and what to ignore, a job that a tool can hardly do. If you do not filter accordingly the diagram can become very large and probably quite useless.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号