Uses of Interface
net.sourceforge.pmd.reporting.ViolationSuppressor.UnusedSuppressorNode
-
Packages that use ViolationSuppressor.UnusedSuppressorNode Package Description net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of ViolationSuppressor.UnusedSuppressorNode in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting that return types with arguments of type ViolationSuppressor.UnusedSuppressorNode Modifier and Type Method Description Set<ViolationSuppressor.UnusedSuppressorNode>AbstractAnnotationSuppressor. getUnusedSuppressors(RootNode tree)default Set<ViolationSuppressor.UnusedSuppressorNode>ViolationSuppressor. getUnusedSuppressors(RootNode tree)Return the set of suppressor nodes related to this suppressor that were not used during the analysis.
-