Sequence Diagram Reverse Engineering

前端 未结 13 2056
春和景丽
春和景丽 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条回答
  •  不思量自难忘°
    2020-12-12 18:48

    I have a tool that meets your requirements exactly. Check it out

    http://sourceforge.net/projects/javacalltracer/

    In addition to being a reverse engineering tool for java it is also very lightweight. You can control the what you want to record from your java program.

提交回复
热议问题