Interface QAInfo

  • All Implemented Interfaces:

    
    public 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getChecker() The static analyzer producing the report.
      abstract IntRange getLines() The lines of code affected by the issue.
      abstract String getDetails() A description of the issue.
      abstract String getFile() The file where the issue was detected.
      abstract Set<String> getBlamedTo() The committers responsible for the issue.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait