Package it.unibo.projecteval
Class QAInfoForChecker
-
- All Implemented Interfaces:
-
it.unibo.projecteval.QAInfo
public final class QAInfoForChecker implements QAInfo
Scans textual reports of issue from static analyzers and attributes them to the committer.
-
-
Method Summary
Modifier and Type Method Description Set<String>getBlamedTo()The committers responsible for the issue. StringgetChecker()The static analyzer producing the report. StringgetFile()The file where the issue was detected. IntRangegetLines()The lines of code affected by the issue. StringgetDetails()A description of the issue. -
-
Method Detail
-
getBlamedTo
Set<String> getBlamedTo()
The committers responsible for the issue.
-
getChecker
String getChecker()
The static analyzer producing the report.
-
getDetails
String getDetails()
A description of the issue.
-
-
-
-