BUG-5504: use Object.toString() without overrides in precondition 88/36288/2
authorRobert Varga <rovarga@cisco.com>
Wed, 16 Mar 2016 12:57:17 +0000 (13:57 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 21 Mar 2016 10:38:34 +0000 (10:38 +0000)
commit6115363c73ba99d46a0f78052be461ff2bfc5d00
treeb091e9e0ecc9bfd13699b01bf1c654bd0e939577
parenta6d52074411f7cbe6c956f0fceeff6192f041bd9
BUG-5504: use Object.toString() without overrides in precondition

The precondition check could end up using a lot of memory due to dump of the
data tree. Implement a simpler version and use that in the message.

Change-Id: I494cb92c7f4691d235e8ffac6f79c696e4ea0f48
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/InMemoryDataTree.java