Interface IssueLocation


  • public interface IssueLocation
    Represents an issue location.
    Since:
    5.2
    • Method Detail

      • textRange

        @CheckForNull
        TextRange textRange()
        Range of the issue. Null for global issues and issues on directories. Can also be null for files (issue global to the file).
      • message

        @CheckForNull
        java.lang.String message()
        Message of the issue.