The Code Analyzer reverse engineers existing
applications and can generate diagrams to provide an overview of the application.
Sequence Diagrams
The Sequence Diagram visually displays the flow of your application logic. It shows how the functions of the application call and/or are called by other functions.
Dependency Diagrams
The Dependency Diagram displays a graphical view of the complex relationships between the various pieces of a project. It shows the components that depend on other components, and/or have components that depend on them.