QAInfo

interface QAInfo

A single issue detected by the static analyzer (checker and blamedTo to the committers. The report includes the file where the problem was detected, the affected lines and the details of the issue.

Inheritors

Properties

Link copied to clipboard
abstract val blamedTo: Set<String>

The committers responsible for the issue.

Link copied to clipboard
abstract val checker: String

The static analyzer producing the report.

Link copied to clipboard
abstract val details: String

A description of the issue.

Link copied to clipboard
abstract val file: String

The file where the issue was detected.

Link copied to clipboard
abstract val lines: IntRange

The lines of code affected by the issue.