Bug 2258: Fixed Type Definition search in runtime generated codecs 61/12261/4
authorTony Tkacik <ttkacik@cisco.com>
Mon, 27 Oct 2014 13:11:37 +0000 (14:11 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 13 Jan 2015 13:47:48 +0000 (14:47 +0100)
commit64858328d7898aa3ba7952daad85ca7862f6f58d
tree08cd1507ea9231a9bef32878f95f5a51f875261c
parentfc99558a43f8f0eb9bfceb242d8011af9421b059
Bug 2258: Fixed Type Definition search in runtime generated codecs

Type Definition search in runtime generated codecs, did not look
up nested (scoped) type definitions properly, which resulted
in IllegalArgumentException in schema context update which
prevented further working of codec.

Updated code to perform correct nested search in grouping
and type-definitoions.

Change-Id: I3860c2f70b5e0ba3d265b7f2b032e89eadaced08
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/util/YangSchemaUtils.java