In this section:

cpptest.analyzer.dependency.report.location

This setting specifies the path to the location where XML files containing code dependency data for Lattix Architect are stored.

Acceptable Values

[path]The path to the folder where code dependency data files are stored. The default location is the deps subdirectory of the report location in your workspace: <report_dir>/deps.

Example Usage

The following configuration specifies a custom location for code dependency data files:

cpptest.analyzer.dependency.report.location=C:/parasoft/cpptest/deps

cpptest.analyzer.dependency.scope

This setting enables or disables performing code dependency analysis for all header files, including system headers.

Acceptable Values

trueDefault. System header files are not analyzed.
falseAll header files are analyzed, including system headers.

Example Usage

The following configuration enables collecting code dependency data for all header files:

cpptest.analyzer.dependency.scope=false

Related

  • No labels