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

    Modifier and Type
    Method
    Description
    Location 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.