Binding codec v2 - fix augmentation #3 90/62190/19
authorJie Han <han.jie@zte.com.cn>
Wed, 23 Aug 2017 09:19:50 +0000 (17:19 +0800)
committerRobert Varga <nite@hq.sk>
Tue, 13 Feb 2018 11:57:21 +0000 (11:57 +0000)
commit8f8dac3e786741f56ed2cd41622bf0ad05db759f
treec2c0fa816b223a2ad2babe4109ca1f7725eac515
parent30e8582293a6e2098cacb1a04d14d71528f58244
Binding codec v2 - fix augmentation #3

- Since multiple augments with same target were grouped as like
just one augment, all child nodes of them were resolved as methods
to the generated type, so in runtime, it should also find all these
child nodes to add to the new EffectiveAugmentSchema object as
real childs.
Change-Id: I433930be45007e545b2e2fb074af32e118aa7cd4
Signed-off-by: Jie Han <han.jie@zte.com.cn>
binding2/mdsal-binding2-generator-api/src/main/java/org/opendaylight/mdsal/binding/javav2/generator/context/ModuleContext.java
binding2/mdsal-binding2-generator-impl/src/main/java/org/opendaylight/mdsal/binding/javav2/generator/impl/GenHelperUtil.java
binding2/mdsal-binding2-runtime/src/main/java/org/opendaylight/mdsal/binding/javav2/runtime/context/BindingRuntimeContext.java