Uses of Class
net.sourceforge.pmd.Report.SuppressedViolation
-
Packages that use Report.SuppressedViolation Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.renderers -
-
Uses of Report.SuppressedViolation in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return types with arguments of type Report.SuppressedViolation Modifier and Type Method Description List<Report.SuppressedViolation>Report. getSuppressedRuleViolations()Deprecated.UseReport.getSuppressedViolations()(be aware, that that method returns an unmodifiable list)List<Report.SuppressedViolation>Report. getSuppressedViolations()Returns an unmodifiable list of violations that were suppressed. -
Uses of Report.SuppressedViolation in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers with type parameters of type Report.SuppressedViolation Modifier and Type Field Description protected List<Report.SuppressedViolation>AbstractIncrementingRenderer. suppressedAccumulated suppressed violations.
-