Move SendErrorExceptionUtil 04/97304/9
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Aug 2021 23:35:44 +0000 (01:35 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 31 Aug 2021 12:32:28 +0000 (12:32 +0000)
commitd98759f6016df66a81e6097ebe3c18011cb5b964
treef7f57c3b91c63bc5f81176d3d2f0d3d2d8f1a6af
parent3b12ca8f310094d85a15e398827f4c7cb0339deb
Move SendErrorExceptionUtil

SendErrorExceptionUtil is only used in netconf-impl, move it there
along with its tests. This improves our ability to reason about its
interactions.

Change-Id: I4e93c0d3fcbe87a6689f55d592a085d7aa6b8be3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionListener.java
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/SendErrorExceptionUtil.java [moved from netconf/netconf-util/src/main/java/org/opendaylight/netconf/util/messages/SendErrorExceptionUtil.java with 99% similarity]
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/util/DeserializerExceptionHandler.java
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/SendErrorExceptionUtilTest.java [moved from netconf/netconf-util/src/test/java/org/opendaylight/netconf/util/messages/SendErrorExceptionUtilTest.java with 66% similarity]
netconf/netconf-impl/src/test/resources/messages/rpc.xml [moved from netconf/netconf-util/src/test/resources/netconfMessages/rpc.xml with 100% similarity]
netconf/netconf-impl/src/test/resources/messages/rpc_ns.xml [moved from netconf/netconf-util/src/test/resources/netconfMessages/rpc_ns.xml with 100% similarity]
netconf/netconf-util/src/test/java/org/opendaylight/netconf/util/mapping/AbstractNetconfOperationTest.java
netconf/netconf-util/src/test/java/org/opendaylight/netconf/util/messages/NetconfMessageUtilTest.java
netconf/netconf-util/src/test/java/org/opendaylight/netconf/util/test/XmlFileLoader.java