Do not compare NormalizedNodes in CodecDataObject
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2019 08:58:24 +0000 (10:58 +0200)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Jun 2024 00:41:27 +0000 (10:41 +1000)
commit7358d11c70f5f02b84926f7cafb9496af6d9dc06
treef42f3fcd106b601fdb03190f6570f963a6161c5b
parent1343c2dc23eb0d6ad291a51fda7cf76a1db7d4f4
Do not compare NormalizedNodes in CodecDataObject

Binding DTOs can be shared across instantiations -- for example
groupings. If we are comparing different instantiations, they
can have different namespaces and thus NormalizedNodes do not
compare as equal -- but Binding considers them equal.

JIRA: MDSAL-442
Change-Id: I9838692a046045b3a7e520bd363bfe54b94a6e66
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/CodecDataObject.java