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