bug 1957 StackOverFlowError in YangParserImpl 54/12154/1
authorMartin Ciglan <mciglan@cisco.com>
Thu, 18 Sep 2014 13:24:56 +0000 (15:24 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 22 Oct 2014 12:24:39 +0000 (14:24 +0200)
commitb38a159fbe94b2b6cdb66c2d002ddef6c3e7d3bf
tree0b40b2b3cd39002796151db081af7c2aed7d9dc2
parent5b8a689f2ca28639e4a35a6eebfafd36cb7dc907
bug 1957 StackOverFlowError in YangParserImpl

StackOverFlowError exception was replaced by YangParseException

Change-Id: I7dd47d671581e07d26da9a12a7db25b7bcdac8a1
Signed-off-by: Martin Ciglan <mciglan@cisco.com>
(cherry picked from commit 6217fa73d6980ab2528f53438b064b9e337905a2)
yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/impl/YangParserImpl.java
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/impl/YangParserIdentityTest.java [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/identity/identitytest.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/identity/import/dummy.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/identity/import/prefiximportidentitytest.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/identity/prefixidentitytest.yang [new file with mode: 0644]