MATLAB: The check box from Justified column is not checked

Polyspace Code Proverpolyspace code prover r2014bPolyspace Code Prover Server

Dear all,
I run a Polyspace analysis for a project. In code I have some MISRA warnings commented:
/* polyspace<MISRA-C3:2.4 : Not a defect : Justify > tag added to be compliant with 5.6 MIRSA rule*/
In Results Manager, I saw that the check box from Justified column is not checked. (see the attached picture)
In preferences -> Review Statuses, I have checked all the categories.

Best Answer

Hello Daniel,
You cannot directly set the 'Justified' checkbox. Actually a check (including a misra violation) is justified or not according to the Review Statuses in the Preferences (see the tab Review Statuses). By default, a check is justified when its status is either "Justify with annotations" or "No action planned".
In your comment you are using only "Justify" for the value of Status. You should change it to:
/* polyspace<MISRA-C3:2.4 : Not a defect : Justify with annotations> tag added to be compliant with 5.6 MIRSA rule*/
Best regards,
Alexandre