How to Customize Polyspace code prover Report?
4 ビュー (過去 30 日間)
古いコメントを表示
I want to have a report having error details for some of the files used in polyspace code prover verification.
Thanks in advance
0 件のコメント
回答 (1 件)
Alexandre De Barros
2016 年 10 月 6 日
Hello,
First, it is possible to customize an existing report using the Report Generator toolbox, as described in the documentation here.
For your specific need, look for the component named "if (PolyspaceData.RTEEnabled)" and inside it, click on the component "Run-time Checks Details ordered by Color/File".
You will see that for this component you can use "Advanced Filters". One of them is related to "Files to include". List the files to include in your report by using a regular expression.
Ex.: use
.*Module.*.c
to include C source files that contain the word "Module".
You can have several regular expressions (one by line) to select more files.
Alex
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Generate Report についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!