(DOS/UNIX) Generate reports for Polyspace analysis results stored locally or on Polyspace Access
polyspace-report-generator -template
generates a report by using the template outputTemplate [OPTIONS]outputTemplate for the local
analysis results that you specify with OPTIONS.
By default, reports for results from project-name are stored as
project-name_report-name in the
PathToFolder\Polyspace-Doc folder. PathToFolder is
the results folder of project-name.
polyspace-report-generator -generate-results-list-file [-results-dir
exports the analysis results stored locally in resultsFolder] [-set-language-english]resultsFolder to a
tab-delimited text file. The file contains the result information available on the
Results List pane in the user interface. For more information on
the exported results list, see View Exported Results (Polyspace Bug Finder).
By default, the results file for results from project-name is
stored in the PathToFolder\Polyspace-Doc folder.
PathToFolder is the results folder of
project-name.
For exporting results to a tab-delimited text file, the polyspace-results-export command is preferred.
polyspace-report-generator -generate-variable-access-file [-results-dir
exports the list of global variables in your code from the Code Prover analysis stored
locally in resultsFolder] [-set-language-english]FOLDER to a tab-delimited text file. The file contains the
information available on the Variable Access pane in the user
interface. For more information on the exported variables list, see View Exported Variable List (Polyspace Code Prover).
By default, the variables file for results from project-name is
stored in the PathToFolder\Polyspace-Doc folder.
PathToFolder is the results folder of
project-name.
polyspace-report-generator -template
generates a report by using the template outputTemplate -host hostName -run-id runID> [ACCESS_OPTIONS] [OPTIONS]outputTemplate for the
analysis results corresponding to run runID on Polyspace Access.
hostName is the fully qualified host name of the machine that hosts
Polyspace Access.
By default, reports for results from project-name are stored as
project-name_report-name in the
PathToFolder\Polyspace-Doc folder. PathToFolder is
the path from which you call the command.
polyspace-report-generator -generate-results-list-file -host
exports the analysis results corresponding to run hostName -run-id runID [ACCESS_OPTIONS] [-set-language-english]runID on Polyspace
Access to a tab-delimited text file. The file contains the result information available on
the Results List pane in the Polyspace Access web interface.
hostName is the fully qualified host name of the machine that hosts
Polyspace Access. For more information on the exported results list, see Results List.
By default, the results file for results from project-name is
stored in the PathToFolder\Polyspace-Doc folder.
PathToFolder is the path from which you call the command.
For exporting results to a tab-delimited text file, the polyspace-results-export command is preferred.
polyspace-report-generator -generate-variable-access-file -host
exports the list of global variables in your code from the Code Prover analysis
corresponding to run hostName -run-id runID [ACCESS_OPTIONS] [-set-language-english]runID on Polyspace Access to a tab-delimited text
file. The file contains the information available on the Variable
Access pane in the Polyspace Access web interface.
hostName is the fully qualified host name of the machine that hosts
Polyspace Access. For more information on the exported variables list, see View Exported Variable List (Polyspace Code Prover).
By default, the variables file for results from project-name is
stored in the PathToFolder\Polyspace-Doc folder.
PathToFolder is the path from which you call the command.
polyspace-report-generator -configure-keystore configures the
report generator to communicate with Polyspace® Access over HTTPS.
Run this one-time configuration step if Polyspace Access is configured to use the HTTPS protocol and you do not have a Polyspace Bug Finder™ desktop license, or you have a desktop license but you have not configured the desktop UI to communicate with Polyspace Access over HTTPS. Before running this command, generate a client keystore to store the SSL certificate that Polyspace Access uses for HTTPS. See Generate a Client Keystore.
You cannot use the polyspace-report-generator command with results
generated with Polyspace as You Code. Use the polyspace-results-export
command instead. See polyspace-results-export.