Uses of Interface
net.sourceforge.pmd.reporting.ViolationSuppressor
-
Packages that use ViolationSuppressor Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of ViolationSuppressor in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return types with arguments of type ViolationSuppressor Modifier and Type Method Description default List<ViolationSuppressor>LanguageVersionHandler. getExtraViolationSuppressors()Returns additional language-specific violation suppressors. -
Uses of ViolationSuppressor in net.sourceforge.pmd.reporting
Fields in net.sourceforge.pmd.reporting declared as ViolationSuppressor Modifier and Type Field Description static ViolationSuppressorViolationSuppressor. NOPMD_COMMENT_SUPPRESSORSuppressor for regular NOPMD comments.static ViolationSuppressorViolationSuppressor. REGEX_SUPPRESSORSuppressor for the violationSuppressRegex property.static ViolationSuppressorViolationSuppressor. XPATH_SUPPRESSORSuppressor for the violationSuppressXPath property.Methods in net.sourceforge.pmd.reporting that return ViolationSuppressor Modifier and Type Method Description ViolationSuppressorReport.SuppressedViolation. getSuppressor()Method parameters in net.sourceforge.pmd.reporting with type arguments of type ViolationSuppressor Modifier and Type Method Description static @Nullable Report.SuppressedViolationViolationSuppressor. suppressOrNull(List<ViolationSuppressor> suppressorList, RuleViolation rv, Node node)Apply a list of suppressors on the violation.Constructors in net.sourceforge.pmd.reporting with parameters of type ViolationSuppressor Constructor Description SuppressedViolation(RuleViolation rv, ViolationSuppressor suppressor, String userMessage)Creates a suppressed violation.
-