Uses of Class
org.openstreetmap.josm.data.validation.Severity
-
Packages that use Severity 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. -
-
Uses of Severity in org.openstreetmap.josm.data.validation
Fields in org.openstreetmap.josm.data.validation declared as Severity Modifier and Type Field Description private Severity
TestError.Builder. severity
private Severity
TestError. severity
SeverityMethods in org.openstreetmap.josm.data.validation that return Severity Modifier and Type Method Description Severity
TestError. getSeverity()
Gets the severity of this errorstatic Severity
Severity. valueOf(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.Methods in org.openstreetmap.josm.data.validation that return types with arguments of type Severity Modifier and Type Method Description static Map<Severity,Map<String,Map<String,List<TestError>>>>
OsmValidator. getErrorsBySeverityMessageDescription(Collection<TestError> errors, Predicate<? super TestError> filterToUse)
Groups the given collection of errors by severity, then message, then description.Methods in org.openstreetmap.josm.data.validation with parameters of type Severity Modifier and Type Method Description static TestError.Builder
TestError. builder(Test tester, Severity severity, int code)
Starts building a newTestError
Constructors in org.openstreetmap.josm.data.validation with parameters of type Severity Constructor Description Builder(Test tester, Severity severity, int code)
-
Uses of Severity in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type Severity Modifier and Type Field Description (package private) Map<Instruction.AssignmentInstruction,Severity>
MapCSSTagCheckerRule. errors
Methods in org.openstreetmap.josm.data.validation.tests that return Severity Modifier and Type Method Description (package private) Severity
MapCSSTagCheckerRule. getSeverity()
private Severity
SharpAngles. getSeverity(double angle)
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type Severity Modifier and Type Method Description protected void
UnconnectedWays. addErrors(Severity severity, Map<Node,UnconnectedWays.MyWaySegment> errorMap, String message)
private TestError
OpeningHourTest. createTestError(Severity severity, String message, String key, String value, String prettifiedValue, OsmPrimitive p)
Returns the real test error given to JOSM validator. -
Uses of Severity in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as Severity Modifier and Type Field Description (package private) Severity
ValidatorErrorWriter.ErrorClass. severity
Constructors in org.openstreetmap.josm.io with parameters of type Severity Constructor Description ErrorClass(Severity severity, String message)
-