Interface SingleFileVerifier.Issue

  • Enclosing interface:
    SingleFileVerifier

    public static interface SingleFileVerifier.Issue
    • Method Detail

      • addSecondary

        SingleFileVerifier.Issue addSecondary​(int line,
                                              int column,
                                              int endLine,
                                              int endColumn,
                                              @Nullable
                                              String message)
        Add a secondary location with an optional message
        Parameters:
        line - , start at 1, line number of the first character
        column - , start at 1, column number of the first character
        endLine - , start at 1, line number of the last character, if the location is on one line then endLine == line
        endColumn - , start at 1, column number of the last character, if there's only one character then endColumn == column
        message - optional message, can be null