Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the cover folder Software Review Requests we describe the types of reviews offered by the WP9 T2. The procedure for entering a project under SQ is described here.

In this document, we briefly provide an overview of capabilities and functions provided by SonarQube, that could be used by code reviewers (subject-matter experts, SMEs) in performing the reviews requested by software development teams.

...

  • type: Bug, Vulnerability, Code Smell (although it is not recommended to alter this value)
  • severity: Blocker, Critical, Major, Minor, Info; please note that changes in severity may affect the rating of the project
  • status: Open, Confirm, Resolve as fixed, Resolve as false positive, Resolve as won't fix; descriptions of the statuses are provided here

Users can also comment on the issue and assign labels/tags to it. The recommendations on how to use these elements are provided here.

By clicking on an issue, a reviewer can get a contextual description that includes the affected code snippet, with marked subject areas and recommendation provided by SQ rule that identified the issue. For example, code duplications may span across several locations in the code; SQ identifies and marks each of them, so that it is easier to spot them and evaluate their actual impact on the affected quality characteristic.

...