Task: Show All Warnings On The Hub

Viewing every warning in the hub database provides a complete history of the analyses stored on the hub, and allows you to ensure that no warnings have escaped notice.

The easiest way to view every warning is to search with an empty search field, as described below.



Search functionality can always be accessed through the search widget that appears on every page in the CodeSonar GUI. The following annotated screenshot fragment shows the different parts of the search widget.

annotated screenshot fragment: search widget

Method

  1. If the CodeSonar Web GUI is not already open, open it now.
  2. Select warnings in all projects from the domain/scope menu.
  3. Leave the search field empty.
  4. Click Search.
  5. Select all from the Visible Warnings menu.

CodeSonar will open a Warning Search Results page with a table listing the representative instances of all warnings on the hub. In most cases the set of representative instances is the most useful.

If you want to see every instance of every warning on the hub, use warning search language expression similar:true.

  1. Select all from the Visible Warnings menu.
  2. Select warnings in all projects from the domain/scope menu.
  3. Type similar:true into the search field.
  4. Click Search.

CodeSonar will open a Warning Search Results page with a table listing all instances of all warnings on the hub.

Links