Interface IViolationsOutput

  • All Known Implementing Classes:
    ReportTask.CheckFormatterElement

    public interface IViolationsOutput
    Call-back interface which is used to report rule violations to.
    • Method Detail

      • onViolation

        void onViolation​(ICoverageNode node,
                         Rule rule,
                         Limit limit,
                         java.lang.String message)
        Called for every rule violation.
        Parameters:
        node - node which violates a rule
        rule - rule which is violated
        limit - limit which is violated
        message - readable message describing this violation