The display of Rapid Scan Static issues is similar to that for Coverity issues.
When you hover over an issue line that is highlighted in the Editor, a drop-down panel displays a summary of the issue that was found.
To see a panel that shows further details about the issue, click the issue’s entry in the issues list. The Issue Details panel includes the name of the checker that detected the issue.
Range highlighting
When Coverity (in-depth SAST) detects an issue, it simply highlights the line of code where the issue was first detected.
Rapid Scan SAST provides a more fine-grained display. If the issue is confined to a single line, then in the editor Rapid Scan SAST highlights only that portion of code that contains the issue. On the other hand, if the issue spans several lines of code, Rapid Scan SAST highlights all the lines that contribute to the issue.
In the case above, only the value true is at issue.
The case above is a similar issue, but it involves a multiline field. All lines in the field are highlighted.