Results List in Polyspace Access Web Interface
This topic focuses on the Polyspace® Access web interface. To learn about the equivalent pane in the Polyspace desktop user interface, see Results List in Polyspace Desktop User Interface (Polyspace Bug Finder).
The Results List pane lists all findings along with their attributes.
For each finding, the Results List pane contains these finding attributes, listed in columns:
Attribute | Description |
---|---|
Family | Group to which the finding belongs. |
ID | Unique identification number of the finding. |
Type | Type of finding:
|
Group | Category of the finding, for instance:
|
Check | Finding name, for instance:
|
Information | Finding sub-type when available.
|
Detail | Additional information about a finding. The column shows the first line of the Result Details pane. For an example of how to use this column, see the
result |
File | File containing the instruction where the finding occurs. |
Function | Function containing the instruction where the finding occurs. If the
function is a method of a class, it appears in the format
. |
Status | Review status you have assigned to the finding. The possible statuses are:
|
Line | Line number of the finding in the source code. |
Col | Column number of the finding in the source code. |
Severity | Level of severity you have assigned to the finding. The possible levels are:
|
Assigned to | User name of reviewer assigned to this finding. |
Ticket Key | When you create a bug tracking tool (BTT) ticket for a finding, this field contains the ticket ID. Click the ticket ID in the Results Details to open the ticket in the BTT interface. |
Comments | Comments you have entered about the finding. |
Folder | Path to the folder that contains the source file with the finding. |
Tip
To show or hide any of the columns, click the icon in the upper-right of the Results List pane, then select or clear the title of the column that you want to show or hide.
You can use this pane to:
Navigate through the findings.
Organize your review using filters in the toolstrip or in the context menu. For more information, see Filter and Sort Results in Polyspace Access Web Interface.
Right-click a finding to get the URL of the finding. When you open this URL in a web browser you see the Results List pane filtered to that one finding.
Select multiple findings to perform mass edits. To select multiple findings, click each finding while holding the Ctrl key. To select all findings currently showing in the results list, right-click a finding and click Select All from the context menu.
For example you can select multiple findings and assign them to the same bug tracking tool ticket. See Create Bug Tracking Tool Tickets from the Polyspace Access Web Interface.
Copy review information for a result which you can then paste as a Polyspace annotation in your code. To copy the review information, right-click a result in the results list, select Add Pre-Justification to Clipboard > Copy annotation for finding
findingName
. Here,findingName
is the name of the finding, for example Typedef mismatch or AUTOSAR C++14 A5-2-6.For more on adding annotations to your code, see Annotate Code and Hide Known or Acceptable Results (Polyspace Bug Finder).
If the Results List exceeds 10000 findings, Polyspace Access truncates the list and displays this icon in the filters bar. To show all findings, see the contextual help of the icon.
The 10000 findings limit is preset and cannot be changed.