From: Vladyslav Marchenko Date: Wed, 13 May 2020 10:09:03 +0000 (+0300) Subject: Binding DTOs: improve equals() implementation X-Git-Tag: v7.0.0~82 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7f453ef5095fccba4c63d2bb7eb298d3e97e028b;hp=7f453ef5095fccba4c63d2bb7eb298d3e97e028b;p=mdsal.git Binding DTOs: improve equals() implementation DTO generator code recognize the types being compared and perform the following ordering: 1) numeric types (boolean, byte, short, int, long, biginteger, bigdecimal), identityrefs 2) string, binary, bits 3) instance identifier 4) all other (e.g. composite) types JIRA: MDSAL-88 Change-Id: I8f64ad3cf234e4f0f16d608bd397b7f3fa96d785 Signed-off-by: Vladyslav Marchenko Signed-off-by: Robert Varga ---