Package-level declarations

Types

Link copied to clipboard

Extracts QA information from Checkstyle reports.

Link copied to clipboard

Extracts QA information from CPD reports.

Link copied to clipboard
open class OOPProjectEvalPlugin : Plugin<Project>

Plugin for the OOP Project Evaluation.

Link copied to clipboard

Extracts QA information from PMD reports.

Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard
data class QAInfoForChecker(val checker: String, val file: String, val lines: IntRange = 1..File(file).readText().lines().size, val details: String = "", blamed: Set<String>? = null) : QAInfo

Scans textual reports of issue from static analyzers and attributes them to the committer.

Link copied to clipboard
open class RemoveSuppressions : DefaultTask

This task removes all warning suppressions from the source code.

Link copied to clipboard

Extracts QA information from SpotBugs reports.