Interface MultiFileVerifier.Issue

  • Enclosing interface:
    MultiFileVerifier

    public static interface MultiFileVerifier.Issue
    • Method Detail

      • addSecondary

        MultiFileVerifier.Issue addSecondary​(Path path,
                                             int line,
                                             int column,
                                             int endLine,
                                             int endColumn,
                                             @Nullable
                                             String message)
        Add a secondary location with an optional message
        Parameters:
        path - path of the source code file related to this location
        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