Changeset 18637 in josm for trunk/test/unit/org
- Timestamp:
- 2023-01-17T15:05:33+01:00 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java
r18636 r18637 188 188 if (org.openstreetmap.josm.data.validation.Test.class.isAssignableFrom(clazz) 189 189 && !Objects.equals(org.openstreetmap.josm.data.validation.Test.class, clazz)) { 190 // clazz.getName().hashCode() is how the base error codes are calculated since xxx190 // clazz.getName().hashCode() is how the base error codes are calculated since r18636 191 191 // We want to avoid cases where the hashcode is too close, so we want to 192 192 // ensure that there is at least 1m available codes after the hashCode.
Note:
See TracChangeset
for help on using the changeset viewer.