BUG-2689: Cast exception when serializing L3Address from groupbasedpolicy policy... 58/15558/3
authorMartin Ciglan <mciglan@cisco.com>
Fri, 20 Feb 2015 15:10:15 +0000 (16:10 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 25 Feb 2015 11:28:54 +0000 (12:28 +0100)
commit81c885b677a2d233ce9109206027a91b9961b0e8
tree32de3f32239f6656ec6a569578efe411e6ff89e3
parentb43b47a640bebe04c98adf0b57bfbb7628bf9cf3
BUG-2689: Cast exception when serializing L3Address from groupbasedpolicy policy.yang

When deserializing L3AddressKey, alphabetical order of key arguments
didn't match with order of related QNames as defined in yang model.

The binding-independent world retains the ordering specified in model,
while the binding-aware world requires constructor arguments to be
alpha-sorted.

Change-Id: Icb277fed97d0984ca1a60aa7add7817db727facc
Signed-off-by: Martin Ciglan <mciglan@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
code-generator/binding-data-codec/src/main/java/org/opendaylight/yangtools/binding/data/codec/impl/IdentifiableItemCodec.java