LeafEffectiveStatement should be a DataTreeEffectiveStatement 88/84988/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Oct 2019 11:21:14 +0000 (13:21 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Oct 2019 20:01:55 +0000 (22:01 +0200)
commit3c57ac547d198bf5cb6d358519789a028cd63623
tree593cb731fe3f106afcd5e1e46fea2c5018487366
parent4ada4c6b0a714f28108616982a64d426719498d5
LeafEffectiveStatement should be a DataTreeEffectiveStatement

This is a conflicting model, which should understand it has conflicting
children.

JIRA: YANGTOOLS-857
Change-Id: I1bca05f9a3f053419d518ef2c9966978901b419f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/LeafEffectiveStatement.java
yang/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/stmt/YT857Test.java [new file with mode: 0644]
yang/yang-parser-rfc7950/src/test/resources/bugs/YT857/foo.yang [new file with mode: 0644]