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.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
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 java.util.Map<Severity,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<TestError>>>> |
OsmValidator.getErrorsBySeverityMessageDescription(java.util.Collection<TestError> errors,
java.util.function.Predicate<? super TestError> filterToUse)
Groups the given collection of errors by severity, then message, then description.
|
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 |
---|---|
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 |
---|---|
Severity |
OpeningHourTest.OpeningHoursTestError.getSeverity()
Returns the error severity.
|
(package private) Severity |
MapCSSTagChecker.TagCheck.getSeverity() |
Modifier and Type | Method and Description |
---|---|
protected void |
UnconnectedWays.addErrors(Severity severity,
java.util.Map<Node,UnconnectedWays.MyWaySegment> 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. |
Modifier and Type | Field and Description |
---|---|
(package private) Severity |
ValidatorErrorWriter.ErrorClass.severity |
Constructor and Description |
---|
ErrorClass(Severity severity,
java.lang.String message) |