| Package | Description |
|---|---|
| edu.hm.hafner.analysis |
Provides base classes and utilities to parse files for warnings, issues, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
LineRangeList |
Issue.getLineRanges()
Returns additional line ranges for this issue.
|
| Modifier and Type | Method and Description |
|---|---|
IssueBuilder |
IssueBuilder.setLineRanges(LineRangeList lineRanges) |
| Constructor and Description |
|---|
Issue(String fileName,
int lineStart,
int lineEnd,
int columnStart,
int columnEnd,
LineRangeList lineRanges,
String category,
String type,
String packageName,
String moduleName,
Severity severity,
String message,
String description,
String origin,
String reference,
String fingerprint,
Serializable additionalProperties)
Creates a new instance of
Issue using the specified properties. |
Issue(String fileName,
int lineStart,
int lineEnd,
int columnStart,
int columnEnd,
LineRangeList lineRanges,
String category,
String type,
String packageName,
String moduleName,
Severity severity,
String message,
String description,
String origin,
String reference,
String fingerprint,
Serializable additionalProperties,
UUID id)
Creates a new instance of
Issue using the specified properties. |
Copyright © 2018. All rights reserved.