Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

After translating your migration projects, you can generate Semantic Model Reports. Semantic Reports are similar to CodeScan reports but they are produced by analyzing the compiled code rather than by scanning the source code directly. They facilitate a much more detailed look into your system.

...

  • Compiler Audit: reports the semantic model contents before it has been modified by Analyzer algorithms 
  • Analyzer Audit: reports the semantic model contents after it has been modified by Analyzer algorithms

Unused Symbols

This is a special purpose report that helps you identify and remove unused symbols in a system of inter-related components.  See the  Support Statement: Unused Symbol Analysis and Reporting for more information.

Late Calls

This is a special purpose report that helps you identify late-bound calls.  See the  Support Statement: Unused Symbol Analysis and Reporting for more information.