Polyspace windows command vs Polyspace Platform User Interface
    조회 수: 6 (최근 30일)
  
       이전 댓글 표시
    
When I generate a report using the command as shown below, the number of unreviewed checks detected is different from what is shown in the Polyspace User Interface.
Even though everything has been reviewed in the Polyspace User Interface,
the report generated by the command detects additional items.
Why is there a difference?
Everything has been processed SQO5 on the screen, but the windows command report detects additional items.
It's my command code.
-----------------------------------------------------------
polyspace-report-generator.exe ^
                       -template ${polyspaceInfo.templateFilePath} ^
                       -results-dir ${polyspaceInfo.result_dir} ^
                       -format pdf ^
                       -wysiwyg SQO-5
                    """
-----------------------------------------------------------

댓글 수: 0
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Generate Reports에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
