| Package | Description |
|---|---|
| com.sonarsource.checks.verifier.internal |
| Modifier and Type | Field and Description |
|---|---|
PrimaryLocation |
LineIssues.primaryLocation |
| Modifier and Type | Method and Description |
|---|---|
void |
FileIssues.addActualIssue(int line,
String message,
PrimaryLocation preciseLocation) |
void |
FileIssues.addActualIssue(int line,
String message,
PrimaryLocation preciseLocation,
Double effortToFix) |
static LineIssues |
LineIssues.at(com.sonarsource.checks.verifier.internal.TestFile testFile,
int line,
PrimaryLocation primaryLocation) |
| Constructor and Description |
|---|
LineIssues(com.sonarsource.checks.verifier.internal.TestFile testFile,
int line,
String[] messages,
Map<String,String> params,
PrimaryLocation primaryLocation) |
Copyright © 2009–2018 SonarSource. All rights reserved.