Skip to content

Commit 2cdf748

Browse files
GerdPGerdP
GerdP
authored and
GerdP
committedFeb 14, 2024·
see #17035: enable counter that shows "{0} of {1} elements done" for the tested OSM elements also in TagChecker
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18984 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 67d83c4 commit 2cdf748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/org/openstreetmap/josm/data/validation/tests/TagChecker.java

+1
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ private static String harmonizeValue(String value) {
12401240
@Override
12411241
public void startTest(ProgressMonitor monitor) {
12421242
super.startTest(monitor);
1243+
super.setShowElements(true);
12431244
includeOtherSeverity = includeOtherSeverityChecks();
12441245
checkKeys = Config.getPref().getBoolean(PREF_CHECK_KEYS, true);
12451246
if (isBeforeUpload) {

0 commit comments

Comments
 (0)
Please sign in to comment.