Package it.unibo.projecteval
Interface QAInfo
-
- All Implemented Interfaces:
public interface QAInfoA 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.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetChecker()The static analyzer producing the report. abstract IntRangegetLines()The lines of code affected by the issue. abstract StringgetDetails()A description of the issue. abstract StringgetFile()The file where the issue was detected. abstract Set<String>getBlamedTo()The committers responsible for the issue. -
-
Method Detail
-
getChecker
abstract String getChecker()
The static analyzer producing the report.
-
getDetails
abstract String getDetails()
A description of the issue.
-
getBlamedTo
abstract Set<String> getBlamedTo()
The committers responsible for the issue.
-
-
-
-