public static interface SingleFileVerifier.Issue
| Modifier and Type | Method and Description |
|---|---|
SingleFileVerifier.Issue |
addSecondary(int line,
int column,
int endLine,
int endColumn,
String message)
Add a secondary location with an optional message
|
SingleFileVerifier.Issue |
withGap(Double gap) |
SingleFileVerifier.Issue withGap(@Nullable Double gap)
gap - Gap used for the computation of the effort (previously effortToFix)SingleFileVerifier.Issue addSecondary(int line, int column, int endLine, int endColumn, @Nullable String message)
line, - 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.