Populate codec/ directory 17/95917/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Apr 2021 18:25:43 +0000 (20:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Apr 2021 19:40:58 +0000 (21:40 +0200)
commitc2bf3bfa3ee962ed854c8d48fc9796472fc56461
treee87c5d8b4ec86883e9e11fabddd2d4c07e9ac7fc
parent57f28636b0369e1b2d450a436e7fa0a262c6f971
Populate codec/ directory

Move yang-data-codec-* artifacts to a dedicated top-level directory,
making navigation slightly easier.

JIRA: YANGTOOLS-1149
Change-Id: I3275f23059319e334ef6bbee388ecfeead4b334f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
297 files changed:
codec/README.md [new file with mode: 0644]
codec/pom.xml [new file with mode: 0644]
codec/yang-data-codec-binfmt/pom.xml [moved from yang/yang-data-codec-binfmt/pom.xml with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractDataTreeCandidateNode.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractDataTreeCandidateNode.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractLithiumDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractLithiumDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractLithiumDataOutput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractLithiumDataOutput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractMagnesiumDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractMagnesiumDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractMagnesiumDataOutput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractMagnesiumDataOutput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractNormalizedNodeDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractNormalizedNodeDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractNormalizedNodeDataOutput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractNormalizedNodeDataOutput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/DataTreeCandidateInputOutput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/DataTreeCandidateInputOutput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/DeletedDataTreeCandidateNode.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/DeletedDataTreeCandidateNode.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/ForwardingDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/ForwardingDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/ForwardingNormalizedNodeDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/ForwardingNormalizedNodeDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/InvalidNormalizedNodeStreamException.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/InvalidNormalizedNodeStreamException.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumNode.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumNode.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumNormalizedNodeInputStreamReader.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumNormalizedNodeInputStreamReader.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumNormalizedNodeOutputStreamWriter.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumNormalizedNodeOutputStreamWriter.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumPathArgument.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumPathArgument.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumTokens.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumTokens.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumValue.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumValue.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumDataOutput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumDataOutput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumNode.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumNode.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumPathArgument.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumPathArgument.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumValue.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MagnesiumValue.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/ModifiedDataTreeCandidateNode.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/ModifiedDataTreeCandidateNode.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NeonSR2NormalizedNodeInputStreamReader.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NeonSR2NormalizedNodeInputStreamReader.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NeonSR2NormalizedNodeOutputStreamWriter.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NeonSR2NormalizedNodeOutputStreamWriter.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NeonSR2Tokens.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NeonSR2Tokens.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeDataOutput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeDataOutput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeStreamVersion.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeStreamVersion.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/QNameFactory.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/QNameFactory.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/SodiumSR1DataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/SodiumSR1DataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/SodiumSR1DataOutput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/SodiumSR1DataOutput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/TokenTypes.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/TokenTypes.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/UnmodifiedRootDataTreeCandidateNode.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/UnmodifiedRootDataTreeCandidateNode.java with 100% similarity]
codec/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/VersionedNormalizedNodeDataInput.java [moved from yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/VersionedNormalizedNodeDataInput.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AidSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AidSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/BitsSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/BitsSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/BooleanSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/BooleanSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/BytesSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/BytesSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/IntSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/IntSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumWriteObjectMappingTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/LithiumWriteObjectMappingTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MapEntrySerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/MapEntrySerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NipSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NipSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeStreamReaderWriterTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/NormalizedNodeStreamReaderWriterTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/QNameFactoryTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/QNameFactoryTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/SampleNormalizedNodeSerializable.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/SampleNormalizedNodeSerializable.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/StringSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/StringSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/TestModel.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/TestModel.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/UintSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/UintSerializationTest.java with 100% similarity]
codec/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/YiidSerializationTest.java [moved from yang/yang-data-codec-binfmt/src/test/java/org/opendaylight/yangtools/yang/data/codec/binfmt/YiidSerializationTest.java with 100% similarity]
codec/yang-data-codec-gson/pom.xml [moved from yang/yang-data-codec-gson/pom.xml with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/AbstractJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/AbstractJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/BooleanJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/BooleanJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/EmptyJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/EmptyJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/IdentityrefJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/IdentityrefJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactorySupplier.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactorySupplier.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONInstanceIdentifierCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONInstanceIdentifierCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONNormalizedNodeStreamWriter.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONNormalizedNodeStreamWriter.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterExclusiveRootContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterExclusiveRootContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterInvisibleContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterInvisibleContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterListContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterListContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterNamedObjectContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterNamedObjectContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterObjectContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterObjectContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterQNameContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterQNameContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterRootContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterRootContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterSharedRootContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterSharedRootContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterURIContext.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterURIContext.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JsonParserStream.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JsonParserStream.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JsonWriterFactory.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JsonWriterFactory.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/Lhotka02JSONCodecFactory.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/Lhotka02JSONCodecFactory.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/Lhotka02JSONInstanceIdentifierCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/Lhotka02JSONInstanceIdentifierCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/NullJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/NullJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/NumberJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/NumberJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/QuotedJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/QuotedJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/RFC7951JSONCodecFactory.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/RFC7951JSONCodecFactory.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/RFC7951JSONInstanceIdentifierCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/RFC7951JSONInstanceIdentifierCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/UnionJSONCodec.java [moved from yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/UnionJSONCodec.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/AbstractComplexJsonTest.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/AbstractComplexJsonTest.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/AbstractYT1027Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/AbstractYT1027Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/AnyXmlSupportTest.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/AnyXmlSupportTest.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug4501Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug4501Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug4969Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug4969Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug5446Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug5446Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug6112Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug6112Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug7246Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug7246Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug8083Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug8083Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/JsonStreamToNormalizedNodeTest.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/JsonStreamToNormalizedNodeTest.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Lhotka02YT1027Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Lhotka02YT1027Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/NormalizedNodeToJsonStreamTest.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/NormalizedNodeToJsonStreamTest.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/RFC7951YT1027Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/RFC7951YT1027Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/StreamToNormalizedNodeTest.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/StreamToNormalizedNodeTest.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/TestUtils.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/TestUtils.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/TestingNormalizedNodeStructuresCreator.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/TestingNormalizedNodeStructuresCreator.java with 100% similarity]
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/YT1029Test.java [moved from yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/YT1029Test.java with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-4501/json/foo-correct.json [moved from yang/yang-data-codec-gson/src/test/resources/bug-4501/json/foo-correct.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-4501/json/foo-incorrect.json [moved from yang/yang-data-codec-gson/src/test/resources/bug-4501/json/foo-incorrect.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-4501/yang/foo.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug-4501/yang/foo.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-4969/json/foo.json [moved from yang/yang-data-codec-gson/src/test/resources/bug-4969/json/foo.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-4969/yang/bar.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug-4969/yang/bar.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-4969/yang/foo.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug-4969/yang/foo.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-6112/json/data-identityref.json [moved from yang/yang-data-codec-gson/src/test/resources/bug-6112/json/data-identityref.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-6112/json/data-uint8.json [moved from yang/yang-data-codec-gson/src/test/resources/bug-6112/json/data-uint8.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug-6112/yang/union-with-identityref.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug-6112/yang/union-with-identityref.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug5446/json/foo.json [moved from yang/yang-data-codec-gson/src/test/resources/bug5446/json/foo.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug5446/yang/foo.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug5446/yang/foo.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug7246/json/expected-output.json [moved from yang/yang-data-codec-gson/src/test/resources/bug7246/json/expected-output.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug7246/yang/rpc-test.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug7246/yang/rpc-test.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/json/baz.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/json/baz.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/json/foo.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/json/foo.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/json/foobar.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/json/foobar.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/json/zab.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/json/zab.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/yang/bar.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/yang/bar.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/yang/baz.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/yang/baz.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/yang/foo.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/yang/foo.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/yang/foobar.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/yang/foobar.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8083/yang/zab.yang [moved from yang/yang-data-codec-gson/src/test/resources/bug8083/yang/zab.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/json/complex_array.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/json/complex_array.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/json/complex_array_with_other_elements.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/json/complex_array_with_other_elements.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/json/composite.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/json/composite.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/json/expected.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/json/expected.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/json/scalar_array.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/json/scalar_array.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/json/scalar_array_with_other_elements.json [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/json/scalar_array_with_other_elements.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/xml/complex_array.xml [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/xml/complex_array.xml with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/xml/complex_array_with_other_elements.xml [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/xml/complex_array_with_other_elements.xml with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/xml/input.xml [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/xml/input.xml with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/xml/input4.xml [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/xml/input4.xml with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/xml/scalar_array.xml [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/xml/scalar_array.xml with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/bug8927/xml/scalar_array_with_other_elements.xml [moved from yang/yang-data-codec-gson/src/test/resources/bug8927/xml/scalar_array_with_other_elements.xml with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/anyxml-node-with-composite-value-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/anyxml-node-with-composite-value-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/anyxml-node-with-simple-value-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/anyxml-node-with-simple-value-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/case-node-augmentation-in-choice-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/case-node-augmentation-in-choice-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/case-node-external-augmentation-in-choice-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/case-node-external-augmentation-in-choice-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/choice-node-augmentation-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/choice-node-augmentation-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/choice-node-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/choice-node-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/complex-json.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/complex-json.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/keyed-list-node-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/keyed-list-node-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/keyed-list-restconf-behaviour.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/keyed-list-restconf-behaviour.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/keyed-list-yang-json-behaviour.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/keyed-list-yang-json-behaviour.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/leaf-node-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/leaf-node-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/leaf-node-via-augmentation-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/leaf-node-via-augmentation-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/leaflist-node-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/leaflist-node-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/missing-module-in-top-level.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/missing-module-in-top-level.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/multiple-choice-augmentation-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/multiple-choice-augmentation-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/namesakes.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/namesakes.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/not-existing-element.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/not-existing-element.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/type-empty.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/type-empty.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/unkeyed-node-in-container.json [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/unkeyed-node-in-container.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/yang/bug8927.yang [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/yang/bug8927.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/yang/complexjson-augmentation-namesake.yang [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/yang/complexjson-augmentation-namesake.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/yang/complexjson-augmentation.yang [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/yang/complexjson-augmentation.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/complexjson/yang/complexjson.yang [moved from yang/yang-data-codec-gson/src/test/resources/complexjson/yang/complexjson.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/leafref/json/data.json [moved from yang/yang-data-codec-gson/src/test/resources/leafref/json/data.json with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/leafref/yang/augment-leafref-module.yang [moved from yang/yang-data-codec-gson/src/test/resources/leafref/yang/augment-leafref-module.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/leafref/yang/leafref-module.yang [moved from yang/yang-data-codec-gson/src/test/resources/leafref/yang/leafref-module.yang with 100% similarity]
codec/yang-data-codec-gson/src/test/resources/yt1027/yt1027.yang [moved from yang/yang-data-codec-gson/src/test/resources/yt1027/yt1027.yang with 100% similarity]
codec/yang-data-codec-xml/pom.xml [moved from yang/yang-data-codec-xml/pom.xml with 100% similarity]
codec/yang-data-codec-xml/src/main/java/module-info.java [moved from yang/yang-data-codec-xml/src/main/java/module-info.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/AbstractXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/AbstractXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/BooleanXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/BooleanXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceAnydata.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceAnydata.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceMountPointChild.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceMountPointChild.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceXMLStreamReader.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceXMLStreamReader.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/EmptyXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/EmptyXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/IdentityrefXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/IdentityrefXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/NullXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/NullXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/NumberXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/NumberXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/QuotedXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/QuotedXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/RandomPrefix.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/RandomPrefix.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/RandomPrefixInstanceIdentifierSerializer.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/RandomPrefixInstanceIdentifierSerializer.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemaAwareXMLStreamNormalizedNodeStreamWriter.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemaAwareXMLStreamNormalizedNodeStreamWriter.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemaAwareXMLStreamWriterUtils.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemaAwareXMLStreamWriterUtils.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemalessXMLStreamNormalizedNodeStreamWriter.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemalessXMLStreamNormalizedNodeStreamWriter.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemalessXMLStreamWriterUtils.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemalessXMLStreamWriterUtils.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/StreamWriterFacade.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/StreamWriterFacade.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/UnionXmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/UnionXmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/ValueWriter.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/ValueWriter.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XMLStreamNormalizedNodeStreamWriter.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XMLStreamNormalizedNodeStreamWriter.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XMLStreamWriterUtils.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XMLStreamWriterUtils.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlCodecFactory.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlCodecFactory.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlParserStream.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlParserStream.java with 100% similarity]
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlStringInstanceIdentifierCodec.java [moved from yang/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlStringInstanceIdentifierCodec.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AbstractAnydataTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AbstractAnydataTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnyXmlWithParamsParsingTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnyXmlWithParamsParsingTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnydataNormalizeToContainerTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnydataNormalizeToContainerTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnydataParseTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnydataParseTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnydataSerializeTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/AnydataSerializeTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug5396Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug5396Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug5446Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug5446Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8083Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8083Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8675Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8675Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8745Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8745Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8803Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8803Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug890Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug890Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceXMLStreamReaderTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/DOMSourceXMLStreamReaderTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/NormalizedNodeXmlTranslationTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/NormalizedNodeXmlTranslationTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/NormalizedNodesToXmlTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/NormalizedNodesToXmlTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/RandomPrefixTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/RandomPrefixTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemaOrderedNormalizedNodeWriterTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemaOrderedNormalizedNodeWriterTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemalessXMLStreamNormalizedNodeStreamWriterTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemalessXMLStreamNormalizedNodeStreamWriterTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/StrictParsingModeTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/StrictParsingModeTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/TestFactories.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/TestFactories.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlStreamUtilsTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlStreamUtilsTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlToNormalizedNodesTest.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlToNormalizedNodesTest.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/YT1107Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/YT1107Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/YT1108Test.java [moved from yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/YT1108Test.java with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/params/edit.xml [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/params/edit.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/params/ietf-netconf@2011-06-01.yang [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/params/ietf-netconf@2011-06-01.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/serialization/baz.xml [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/serialization/baz.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/serialization/baz.yang [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/serialization/baz.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/serialization/yang-ext.yang [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/serialization/yang-ext.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/xml/bar.xml [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/xml/bar.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/xml/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/xml/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/yang/bar.yang [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/yang/bar.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/yang/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/yang/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/anyxml-support/yang/yang-ext.yang [moved from yang/yang-data-codec-xml/src/test/resources/anyxml-support/yang/yang-ext.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/baz.xml [moved from yang/yang-data-codec-xml/src/test/resources/baz.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/baz.yang [moved from yang/yang-data-codec-xml/src/test/resources/baz.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug1848/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug1848/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug1848/order.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug1848/order.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5396/xml/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug5396/xml/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5396/xml/foo2.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug5396/xml/foo2.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5396/xml/foo3.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug5396/xml/foo3.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5396/xml/foo4.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug5396/xml/foo4.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5396/xml/foo5.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug5396/xml/foo5.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5396/xml/invalid-foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug5396/xml/invalid-foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5396/yang/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug5396/yang/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5446/xml/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug5446/xml/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug5446/yang/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug5446/yang/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8083/xml/baz.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8083/xml/baz.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8083/xml/foobar.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8083/xml/foobar.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8083/xml/zab.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8083/xml/zab.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8083/yang/baz.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8083/yang/baz.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8083/yang/foobar.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8083/yang/foobar.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8083/yang/zab.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8083/yang/zab.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8675/foo-2.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8675/foo-2.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8675/foo-3.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8675/foo-3.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8675/foo-4.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8675/foo-4.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8675/foo-5.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8675/foo-5.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8675/foo-6.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8675/foo-6.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8675/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8675/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8675/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8675/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8745/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8745/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8745/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8745/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8803/bar.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8803/bar.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8803/baz.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8803/baz.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8803/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug8803/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug8803/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug8803/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug890/xml/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/bug890/xml/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/bug890/yang/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/bug890/yang/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/dom-reader-test/bar.yang [moved from yang/yang-data-codec-xml/src/test/resources/dom-reader-test/bar.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/dom-reader-test/baz.yang [moved from yang/yang-data-codec-xml/src/test/resources/dom-reader-test/baz.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/dom-reader-test/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/dom-reader-test/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/dom-reader-test/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/dom-reader-test/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/dom-reader-test/rab.yang [moved from yang/yang-data-codec-xml/src/test/resources/dom-reader-test/rab.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/dom-reader-test/zab.yang [moved from yang/yang-data-codec-xml/src/test/resources/dom-reader-test/zab.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/foobar.xml [moved from yang/yang-data-codec-xml/src/test/resources/foobar.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/invalid-baz-2.xml [moved from yang/yang-data-codec-xml/src/test/resources/invalid-baz-2.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/invalid-baz-3.xml [moved from yang/yang-data-codec-xml/src/test/resources/invalid-baz-3.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/invalid-baz-4.xml [moved from yang/yang-data-codec-xml/src/test/resources/invalid-baz-4.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/invalid-baz.xml [moved from yang/yang-data-codec-xml/src/test/resources/invalid-baz.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/invalid-foo-2.xml [moved from yang/yang-data-codec-xml/src/test/resources/invalid-foo-2.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/invalid-foo-3.xml [moved from yang/yang-data-codec-xml/src/test/resources/invalid-foo-3.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/invalid-foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/invalid-foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/leafref-test.yang [moved from yang/yang-data-codec-xml/src/test/resources/leafref-test.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell.yang [moved from yang/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok2.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok2.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok3.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok3.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/rpc-test-model.yang [moved from yang/yang-data-codec-xml/src/test/resources/schema/rpc-test-model.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/rpc-test-payload1.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/rpc-test-payload1.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/rpc-test-payload2.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/rpc-test-payload2.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/simple.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/simple.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/simple2.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/simple2.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/simple_xml_with_attributes.xml [moved from yang/yang-data-codec-xml/src/test/resources/schema/simple_xml_with_attributes.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/schema/test.yang [moved from yang/yang-data-codec-xml/src/test/resources/schema/test.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/strict-parsing-mode-test/foo.xml [moved from yang/yang-data-codec-xml/src/test/resources/strict-parsing-mode-test/foo.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/strict-parsing-mode-test/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/strict-parsing-mode-test/foo.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/test-anydata.xml [moved from yang/yang-data-codec-xml/src/test/resources/test-anydata.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/test-anydata.yang [moved from yang/yang-data-codec-xml/src/test/resources/test-anydata.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/yt1107/yt1107.xml [moved from yang/yang-data-codec-xml/src/test/resources/yt1107/yt1107.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/yt1107/yt1107.yang [moved from yang/yang-data-codec-xml/src/test/resources/yt1107/yt1107.yang with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/yt1108/xml/foo-leaf-of-identity-ref-type.xml [moved from yang/yang-data-codec-xml/src/test/resources/yt1108/xml/foo-leaf-of-identity-ref-type.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/yt1108/xml/foo-leaf-of-union-with-identity-ref-type.xml [moved from yang/yang-data-codec-xml/src/test/resources/yt1108/xml/foo-leaf-of-union-with-identity-ref-type.xml with 100% similarity]
codec/yang-data-codec-xml/src/test/resources/yt1108/yang/foo.yang [moved from yang/yang-data-codec-xml/src/test/resources/yt1108/yang/foo.yang with 100% similarity]
pom.xml
yang/pom.xml