Import/Export Checks/Comments Using PolySpace R2009b
古いコメントを表示
Dear all,
I am using PolySpace R2009b. In our project we are running PolySpace analyses and then commenting the results. After running the analysis for a later version of the developed software and before adding new comments, we would like to import the checks and comments from the previous run. I know that this can be done using the menu item File -> Export/Import Checks and Comments...
Does anybody know whether this import/export feature is available using the command line, as well? How does the command look like?
Cheers Andreas
回答 (1 件)
Alexandre De Barros
2015 年 1 月 19 日
Hi Andreas!
You can try this command:
C:\PolySpace\PolySpaceForAda_<release>\Verifier\wbin\gui-api.exe -diff-rte <orig_rte> <dest_rte>
where orig_rte is the .rte file of results already commented, and dest_rte is the .rte file of results where comments have to be imported.
Under Linux, the folder is bin not wbin, and the command is gui-api.
Alex
2 件のコメント
Andreas Schweiger
2015 年 1 月 19 日
Alexandre De Barros
2015 年 1 月 27 日
Hi Andreas!
At that time, the import was very simple and was just the copy of the .rvw files (the internal files related to the review of checks) from one results folder to another one. So basically you can implement a command-line version of the import feature by creating a script that copy the .rvw files (located in the < results_folder >\ALL\PASS4 folder) from the commented results to the uncommented one.
Best regards,
Alexandre
カテゴリ
ヘルプ センター および File Exchange で Get Started with Polyspace Access についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!