Code Analyzer

The Code Analyzer reverse engineers existing applications and can generate diagrams to provide an overview of the application.

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.

Figure: Sequence Diagram

This figure is a screenshot of a Sequence Diagram. See the surrounding text for more information about the Sequence Diagram shown.

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.

Figure: Dependency Diagram

This figure is a screenshot of a Dependency Diagram.

See Code Analyzer for more details.