Allow duplicate leaf names in Cps Path leaf condition 76/135476/3
authordanielhanrahan <daniel.hanrahan@est.tech>
Fri, 14 Jul 2023 12:09:41 +0000 (13:09 +0100)
committerDaniel Hanrahan <daniel.hanrahan@est.tech>
Mon, 17 Jul 2023 16:23:37 +0000 (16:23 +0000)
Presently, a query using the same leaf name twice will fail:
 //books[@price > 10 and @price < 20]
It is caused by storing data leaves in a Map.
This is fixed by storing data leaves in a List<DataLeaf>.

Issue-ID: CPS-1779
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ie6990ea5e622cf37e986b720a0a07fb69ce4f03b


No differences found