Code Analyzer

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

The sequence diagram 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 the relationships between the various pieces of a project. It shows the components that depend on other components, or have components that depend on them.

Figure: Dependency Diagram

This figure is a screenshot of the dependency diagram for OfficeStore.4pw.

See Code Analyzer for more details.