What does the number in a color-coded check refer to in Polyspace Client for C/C++ (R2008a)?

1 view (last 30 days)
When reviewing the results of my verification in the Polyspace Viewer, I see a color-coded list of checks performed for each function in the procedural entities view.
Each item in the list of checks has an acronym that identifies the type of check and a number, for example 'NTL.13'. I would like to know what the number after the error identifier refers to.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 29 Mar 2013
The number after the error identifier indicates the order in which Polyspace performs the checks.
Depending on the mode and filter selected, some checks may be hidden from the procedural entities view. This may make it appear as though the identifier numbers are not following a sequence.
In order to see the complete sequence, you can select 'All' in the 'Review level' slider and unselect all filters to see all the checks that Polyspace performs. The identifier number follows the order in which Polyspace performs the checks. Please note that this numbering starts from zero for every function.
This information has been added to the Polyspace Documentation (R2013a).
<http://www.mathworks.com/help/releases/R2013a/polyspace_c/c_gsg/review-verification-results.html?searchHighlight=idp.9>
For example, with IDP.9:
IDP stands for Illegal Dereferenced Pointer
9 states that the check is the ninth check in the function

More Answers (0)

Products


Release

R2008b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!