Package | Description |
---|---|
org.openstreetmap.josm.data.validation |
Provides the classes for JOSM data validation.
|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
Modifier and Type | Field and Description |
---|---|
private Severity |
TestError.severity
Severity
|
private Severity |
TestError.Builder.severity |
Modifier and Type | Method and Description |
---|---|
Severity |
TestError.getSeverity()
Gets the severity of this error
|
static Severity |
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TestError.Builder |
TestError.builder(Test tester,
Severity severity,
int code)
Starts building a new
TestError |
Constructor and Description |
---|
Builder(Test tester,
Severity severity,
int code) |
Modifier and Type | Field and Description |
---|---|
protected Severity |
TagChecker.CheckerData.severity |
private Severity |
OpeningHourTest.OpeningHoursTestError.severity |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Instruction.AssignmentInstruction,Severity> |
MapCSSTagChecker.TagCheck.errors
|
Modifier and Type | Method and Description |
---|---|
(package private) Severity |
MapCSSTagChecker.TagCheck.getSeverity() |
Severity |
TagChecker.CheckerData.getSeverity() |
Severity |
OpeningHourTest.OpeningHoursTestError.getSeverity()
Returns the error severity.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UnconnectedWays.addErrors(Severity severity,
java.util.Map<Node,Way> errorMap,
java.lang.String message) |
Constructor and Description |
---|
OpeningHoursTestError(java.lang.String message,
Severity severity,
java.lang.String prettifiedValue)
Constructs a new
OpeningHoursTestError with a known pretiffied value. |