...
Connect your tool to DTP by configuring the dtp.url
setting in your tool's .properties file. For example, : dtp.url=
https://<HOST>:<PORT>
.
...
For local documentation, set the report.rules
property to the location of the zip file that contains the rule documentation. For example: report.rules=<TOOL_INSTALL_DIR>/rules/doc.zip
If you are using an older version of a Parasoft tool (2024.2 or lower), instead set the report.rules
property to property to the directory that contains the analyzer rule documentation. For example: report.rules=<TOOL_INSTALL_INSTALL>DIR>/rules/doc
Viewing Static Analysis Results
...