Repetitive unreal orange checks
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
Am working currently on Run time errors checks using Polyspace Code Prover and Bug finder and after running step is over, i got a lot of orange checks, mostly Non initialized variables and illegally dereferenced pointers which in fact are justified after tracing them. I wonder if there is a way to avoid that by manipulating the polyspace configuration or editing the stubbed functions file?
Thanks
댓글 수: 0
채택된 답변
Alexandre De Barros
2015년 9월 3일
Hello,
When dealing with orange checks, a good rule of thumb is to find the source of these checks so you can "work on it".
The GUI actually gives you this information first in the dashboard (see the graph 'Top 5 orange sources') and in the dedicated window named 'Orange Sources'.
Tip: when reviewing an orange check, in the 'Check details' or 'Result details' window, the "orange question mark" icon, when it is enabled, will open this 'Orange Sources' window and highlight the source for this orange check.
If you launch Polyspace in command line, the 'orange source' information is also available in the log file (look for 'Classification of orange check sources').
Once you know the source(s), the DRS and the stubbing are the main ways to reduce the number of orange checks.
For more information on how to deal with orange checks, please refer to the documentation, for example here.
Best regards,
Alexandre
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpret Results에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!