Remove unused SchemaContextUtil 97/95197/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 16 Feb 2021 18:52:47 +0000 (19:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 16 Feb 2021 19:10:38 +0000 (20:10 +0100)
commitb0982f093adf28cc15da7017ac92e988ba83e795
tree52c2d256328fbb92c76af3cb65c03c77c4b03de4
parent828d807bbfddbe728a9efa36819bc3ec7832c621
Remove unused SchemaContextUtil

We have a fair number of utilities which are not useful with
current schema capabilities. Migrate relevant tests and remove
now-obsolete methods.

JIRA: YANGTOOLS-1243
Change-Id: I87e47f6bedbb95ff290e1c6e25712083d1f2094d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/SchemaContextUtil.java
yang/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/SchemaContextUtilIntegrationTest.java [deleted file]
yang/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/SchemaContextUtilTest.java [deleted file]
yang/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/SchemaInferenceStackTest.java [new file with mode: 0644]
yang/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/YT1231Test.java