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