public static interface MultiFileVerifier.Issue
| Modifier and Type | Method and Description |
|---|---|
MultiFileVerifier.Issue |
addSecondary(Path path,
int line,
int column,
int endLine,
int endColumn,
String message)
Add a secondary location with an optional message
|
MultiFileVerifier.Issue |
withGap(Double gap) |
MultiFileVerifier.Issue withGap(@Nullable Double gap)
gap - Gap used for the computation of the effort (previously effortToFix)MultiFileVerifier.Issue addSecondary(Path path, int line, int column, int endLine, int endColumn, @Nullable String message)
path - path of the source code file related to this locationline, - start at 1, line number of the first charactercolumn, - start at 1, column number of the first characterendLine, - start at 1, line number of the last character, if the location is on one line then endLine == lineendColumn, - start at 1, column number of the last character, if there's only one character then endColumn == columnmessage - optional message, can be nullCopyright © 2009–2018 SonarSource. All rights reserved.