Uses of Interface
net.sourceforge.pmd.util.Predicate
-
Packages that use Predicate Package Description net.sourceforge.pmd This is the PMD programming mistake detector. -
-
Uses of Predicate in net.sourceforge.pmd
Methods in net.sourceforge.pmd with parameters of type Predicate Modifier and Type Method Description Report
Report. filterViolations(Predicate<RuleViolation> filter)
Creates a new report taking all the information from this report, but filtering the violations.
-