Filtered Results Causing 'Unreviewed' Items in Report Generation

5 visualizaciones (últimos 30 días)
HJ
HJ el 18 de Mzo. de 2025
Respondida: Akanksha el 22 de Jun. de 2025
I have completed reviewing all results that satisfy SQO5 in Polyspace Access Web.
However, when I generate a report using the Report Generator with specific filters applied,
there are still "Unreviewed" items present. I am curious about the cause of this issue.
It's my call code
-----------------------------------------------
polyspace-report-generator.exe ^
-template ${polyspaceInfo.templateFilePath} ^
-results-dir ${polyspaceInfo.result_dir} ^
-format pdf ^
-wysiwyg SQO-5
-----------------------------------------------
It seems like the issue might be related to the number of available filtered results.

Respuestas (1)

Akanksha
Akanksha el 22 de Jun. de 2025
Hey HJ,
The "Unreviewed" items in your Polyspace report could be happening because of any of the following reasons :
  • SQO-5 might be pulling in more than you expect : When you use the -wysiwyg SQO-5 filter, it doesn’t just show what you reviewed—it includes everything that falls under the SQO-5 objective. That can include things like code metrics or findings that haven’t been reviewed yet.
  • Some results might still be marked as “Open” : Even if you've looked at them, results with statuses like Unreviewed, To Investigate, or To Fix are still considered “Open” by Polyspace. These will show up in the report unless their status is changed to something like Justified, No Action Planned, or Not a Defect.
  • If your project includes code metrics that fail the SQO-5 criteria, those will also show up in the report—even if all the defects are reviewed.
Here are possible workarounds :
  • Double-check that all results in the SQO-5 scope are marked as Justified, No Action Planned, or Not a Defect.
  • Look at your code metrics and make sure none are failing.
  • Use the “Review” filters in Polyspace Access to find anything still marked as “Open.”
  • Try generating a report without the SQO filter to see what’s being added when you include it.
PFA the following links for further information :
polyspace_report – Generate Reports from Polyspace Analysis Results -
Polyspace Access Report Generation Examples -
Hope this helps!

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by