Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space JAVADEV and version DEV

...

Pattern-based analysis detects constructs in the source code that are known to result in software defects based on programming standards, such as CWE and MISRA. Pattern-based static analysis helps ensure that developers are following coding best practices, unit testing best practices, as well as the organization's development policy.

This and all the following analysis types are performed with a built-in or user-defined test configuration; see Working with Test Configurations.

Info

See the "Built-in Test Configurations" section of the DTP Engines for Java User Manual shipped with the tool in the [INSTALL_DIR]\manuals directory for information about built-in configurations.

...