Sequence Diagram Reverse Engineering

前端 未结 13 2082
春和景丽
春和景丽 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:50

    I believe the perfect tool to solve your problem is Diver: Dynamic Interactive Views For Reverse Engineering. It provides both static and dynamic sequence diagrams and looks to solve all your requirements from your question.

    It is a plugin for Eclipse and lets you:

    • Easily trace your Java programs
    • Visualize your program’s runtime functionality
    • Filter your traces to make them more compact
    • Filter your IDE based on what occurs at runtime
    • See what code ran in your source code editors

    It's on Github and there is also a project web site

    Full Disclosure: I am the current project lead for Diver

提交回复
热议问题