Package net.sourceforge.pmd.reporting
Interface ViolationSuppressor.SuppressionCommentWrapper
-
- All Known Implementing Classes:
SuppressionCommentImpl
- Enclosing interface:
- ViolationSuppressor
@Experimental public static interface ViolationSuppressor.SuppressionCommentWrapper
Wrapper around a suppression comment.- Experimental Status:
- Since 7.14.0. See [core] Add rule to report unnecessary suppression comments/annotations #5609
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportablegetLocation()Location of the comment, maybe the location of the comment token for instance.StringgetUserMessage()Message attached to the comment.
-
-
-
Method Detail
-
getUserMessage
String getUserMessage()
Message attached to the comment.
-
getLocation
Reportable getLocation()
Location of the comment, maybe the location of the comment token for instance.
-
-