| Package | Description |
|---|---|
| com.sonarsource.checks.verifier.internal |
| Modifier and Type | Field and Description |
|---|---|
UnderlinedRange |
PreciseLocation.range |
| Modifier and Type | Method and Description |
|---|---|
SecondaryLocation |
PrimaryLocation.addSecondary(UnderlinedRange range,
String message) |
int |
UnderlinedRange.compareTo(UnderlinedRange other) |
void |
PerLineLocationWriter.write(StringBuilder out,
UnderlinedRange primaryRange) |
| Constructor and Description |
|---|
FlowLocation(UnderlinedRange range,
boolean primaryIsBefore,
int flowIndex,
int indexInTheFlow,
String message) |
PreciseLocation(UnderlinedRange range) |
PrimaryLocation(UnderlinedRange range,
Integer expectedAdditionalCount) |
SecondaryLocation(UnderlinedRange range,
boolean primaryIsBefore,
Integer index,
String message) |
Copyright © 2009–2018 SonarSource. All rights reserved.