Sequence Diagram Reverse Engineering

前端 未结 13 2052
春和景丽
春和景丽 2020-12-12 18:36

I\'m looking for a tool that will reverse engineer Java into a sequence diagram BUT also provides the ability to filter out calls to certain libraries.

For example,

13条回答
  •  Happy的楠姐
    2020-12-12 19:00

    Try MaintainJ. MaintainJ generates sequence diagrams at runtime for a use case. It provides multiple ways to filter out unwanted calls. Yes, filtering out unwanted calls is the most important feature needed in sequence diagram generating tools. Besides, MaintainJ provides a neat interface to explore the diagram and search for calls in one use case or across use cases.

    Check the demo video to get a quick overview.

    I am the author of MaintainJ, by the way.

提交回复
热议问题