Package net.sourceforge.pmd.reporting
Interface ViolationSuppressor.UnusedSuppressorNode
- Enclosing interface:
- ViolationSuppressor
public static interface ViolationSuppressor.UnusedSuppressorNode
Represents an instance of a "suppressor" that didn't suppress anything.
This could be a suppression annotation, or part of an annotation, a
comment, etc.
- Since:
- 7.14.0
-
Method Summary
-
Method Details
-
getLocation
Reportable getLocation() -
unusedReason
String unusedReason()
-