Uses of Interface
net.sourceforge.pmd.RuleViolation
-
Packages that use RuleViolation Package Description net.sourceforge.pmd net.sourceforge.pmd.reporting -
-
Uses of RuleViolation in net.sourceforge.pmd
Fields in net.sourceforge.pmd with type parameters of type RuleViolation Modifier and Type Field Description static Comparator<RuleViolation>RuleViolation. DEFAULT_COMPARATORA comparator for rule violations.Methods in net.sourceforge.pmd that return RuleViolation Modifier and Type Method Description RuleViolationReport.SuppressedViolation. getRuleViolation()Methods in net.sourceforge.pmd that return types with arguments of type RuleViolation Modifier and Type Method Description List<RuleViolation>Report. getViolations()Returns an unmodifiable list of violations that have been recorded until now.Methods in net.sourceforge.pmd with parameters of type RuleViolation Modifier and Type Method Description voidReport. addRuleViolation(RuleViolation violation)Deprecated.PMD's way of creating a report is internal and may be changed in pmd 7.Method parameters in net.sourceforge.pmd with type arguments of type RuleViolation Modifier and Type Method Description ReportReport. filterViolations(Predicate<RuleViolation> filter)Creates a new report taking all the information from this report, but filtering the violations.ReportReport. filterViolations(Predicate<RuleViolation> filter)Deprecated.Constructors in net.sourceforge.pmd with parameters of type RuleViolation Constructor Description SuppressedViolation(RuleViolation rv, ViolationSuppressor suppressor, String userMessage)Creates a suppressed violation. -
Uses of RuleViolation in net.sourceforge.pmd.reporting
Subinterfaces of RuleViolation in net.sourceforge.pmd.reporting Modifier and Type Interface Description interfaceRuleViolation
-