Class Report


  • public class Report
    extends Report
    • Constructor Detail

      • Report

        public Report()
    • Method Detail

      • filterViolations

        public Report filterViolations​(Predicate<RuleViolation> filter)
        Description copied from class: Report
        Creates a new report taking all the information from this report, but filtering the violations.
        Overrides:
        filterViolations in class Report
        Parameters:
        filter - when true, the violation will be kept.
        Returns:
        copy of this report