| Package | Description |
|---|---|
| com.sonarsource.checks.verifier | |
| com.sonarsource.checks.verifier.internal |
| Modifier and Type | Method and Description |
|---|---|
MultiFileVerifier |
MultiFileVerifier.addComment(Path path,
int line,
int column,
String content,
int prefixLength,
int suffixLength)
Should be called for all comment of the analyzed source file.
|
static MultiFileVerifier |
MultiFileVerifier.create(Path mainSourceFilePath,
Charset encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentParser.parseInto(Path path,
MultiFileVerifier verifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalIssueVerifier |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalCommentParser.parseInto(Path path,
MultiFileVerifier verifier) |
Copyright © 2009–2018 SonarSource. All rights reserved.