Uses of Class
net.sourceforge.pmd.reporting.Report.SuppressedViolation
-
Packages that use Report.SuppressedViolation Package Description net.sourceforge.pmd.renderers net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
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. -
Uses of Report.SuppressedViolation in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting that return Report.SuppressedViolation Modifier and Type Method Description Report.SuppressedViolationAbstractAnnotationSuppressor. suppressOrNull(RuleViolation rv, @NonNull Node node)static @Nullable Report.SuppressedViolationViolationSuppressor. suppressOrNull(List<ViolationSuppressor> suppressorList, RuleViolation rv, Node node)Apply a list of suppressors on the violation.@Nullable Report.SuppressedViolationViolationSuppressor. suppressOrNull(RuleViolation rv, @NonNull Node node)Returns aReport.SuppressedViolationif the given violation is suppressed by this object.Methods in net.sourceforge.pmd.reporting that return types with arguments of type Report.SuppressedViolation Modifier and Type Method Description List<Report.SuppressedViolation>Report. getSuppressedViolations()Returns an unmodifiable list of violations that were suppressed.Methods in net.sourceforge.pmd.reporting with parameters of type Report.SuppressedViolation Modifier and Type Method Description voidCloseHookFileListener. onSuppressedRuleViolation(Report.SuppressedViolation violation)default voidFileAnalysisListener. onSuppressedRuleViolation(Report.SuppressedViolation violation)Handle a new suppressed violation.voidReport.ReportBuilderListener. onSuppressedRuleViolation(Report.SuppressedViolation violation)
-