polyspace-bug-finder-access
(DOS/UNIX) Run Polyspace as You Code from Windows, Linux, or other command line
Since R2021a
Syntax
Description
Note
This Polyspace® command is available in
. Here,
polyspaceroot
\polyspace\bin
is the Polyspace as
You Code installation folder, for instance, polyspaceroot
C:\Program Files\Polyspace as You
Code\R2024b
(see also Run Polyspace as You Code from Command Line and Export Results). To avoid
typing the full path to this command, add this location to the PATH
environment variable in your operating system.
polyspace-bug-finder-access -sources
runs a Polyspace as You Code analysis on the source file sourceFile
[options
]sourceFile
.
You can customize the analysis with additional options.
polyspace-bug-finder-access -sources
runs a Polyspace as You Code analysis on the source file sourceFile
-import-comments baselineFolder
[options
]sourceFile
and then imports the review information from a previous run stored in
baselineFolder
. See -import-comments
(Polyspace Bug Finder).
Use this workflow to compare your results against the results of a previous run that you download from Polyspace Access and focus on new results only or on unreviewed results. See Set Baseline Polyspace as You Code Results on Command Line.
polyspace-bug-finder-access -sources
runs a Polyspace as You Code analysis on the source file sourceFile
-options-file optFile
sourceFile
with the options specified in the option file. When you have many analysis options, an
options file makes it easier to run the same analysis again.
polyspace-bug-finder-access -h[elp]
lists a summary of possible
analysis options.
Examples
Input Arguments
Version History
Introduced in R2021a
See Also
polyspace-results-export
(Polyspace Bug Finder) | polyspace-configure
(Polyspace Bug Finder)