Package net.sourceforge.pmd.reporting
Interface ViolationSuppressor.UnusedSuppressorNode
-
- Enclosing interface:
- ViolationSuppressor
public static interface ViolationSuppressor.UnusedSuppressorNodeRepresents 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportablegetLocation()StringunusedReason()
-
-
-
Method Detail
-
getLocation
Reportable getLocation()
-
unusedReason
String unusedReason()
-
-