﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10859	validator warning incomplete	Klumbumbus	team	"Problem: If used a key only selector (`[key]`) in a validator rule and in the warning message `{x.tag}`, the value of the key is not displayed.

Example validator rule from #10825:
{{{
#!rule
node:unconnected[entrance] {
  throwWarning: tr(""{0} must be connected to a way"", ""{1.tag}"");
}
}}}
Displays as `entrance= must be connected to a way`

It should display the actual value of `entrance` after the `=`

other example from #10851:

{{{
#!rule
way[highway=footway][foot?!] {
  throwWarning: tr(""{0} used with {1}"", ""{0.value}"", ""{1.tag}"");
}
}}}

Displays as `footway used with foot=`

It should display the actual value of `foot` (""no"") after the `=`

{{{
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2014-12-16 02:34:51
Last Changed Author: bastiK
Revision: 7805
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Relative URL: ^/trunk
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2014-12-15 20:44:26 +0100 (Mon, 15 Dec 2014)
Last Changed Rev: 7805

Identification: JOSM/1.5 (7805 de) Windows 7 32-Bit
Memory Usage: 247 MB / 742 MB (123 MB allocated, but free)
Java version: 1.7.0_71, Oracle Corporation, Java HotSpot(TM) Client VM
VM arguments: [-Djava.security.manager, -Djava.security.policy=file:C:\Program Files\Java\jre7\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=C:\Program Files\josm-latest.jnlp, -Djnlpx.remove=true, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.heapsize=256m,768m, -Djnlpx.splashport=61442, -Djnlpx.jvm=<java.home>\bin\javaw.exe, -Djnlpx.vmargs=LURqYXZhLnV0aWwuQXJyYXlzLnVzZUxlZ2FjeU1lcmdlU29ydD10cnVlAA==]
Dataset consistency test: No problems found
}}}
"	defect	closed	normal	15.04	Core validator		fixed	template_report, placeholder, mapcss	naoliv
