polyspace-bug-finder-access
(Not recommended) Run Polyspace as You Code from Windows, Linux, or other command line
polyspace-bug-finder-access will be removed in a future release.
Use polyspace-as-you-code instead. (since R2026a)
For more information on updating your code, see Version History.
Syntax
Description
The polyspace-bug-finder-access system command runs a
Polyspace®
as You Code™ analysis at the command line using analysis options specified as command-line
flags or using an options file.
Note
This Polyspace command is available in
. Here,
polyspaceroot\polyspace\bin is the Polyspace
as You Code installation folder, for instance, polyspacerootC:\Program
Files\Polyspace as You Code\R2026a (see also Run Polyspace as You Code from Command Line and Export Results (Polyspace as You Code)). 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 Command Line: Configure Baseline Results in Polyspace as You Code (Polyspace as You Code).
polyspace-bug-finder-access -sources
runs a Polyspace
as You Code analysis on the source file sourceFile -options-file optFilesourceFile 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 R2021aSee Also
polyspace-as-you-code (Polyspace as You Code) | polyspace-results-export (Polyspace Bug Finder) | polyspace-configure (Polyspace Bug Finder)
Topics
- Run Polyspace as You Code from Command Line and Export Results (Polyspace as You Code)
- Options Files for Polyspace Analysis (Polyspace Bug Finder)
- Command Line: Configure Baseline Results in Polyspace as You Code (Polyspace as You Code)