Remove simple AbstractEffectiveModule properties 12/90912/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 3 Jul 2020 08:49:39 +0000 (10:49 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 3 Jul 2020 08:50:24 +0000 (10:50 +0200)
commitd49c930146025f926dd6ac03efbb1c029c0043d0
treebdbc0d8f85e0ca54ddd56a839cfc0c273f03171f
parent87c14c56e8389a6359bfe366eb203214ab2bf6b8
Remove simple AbstractEffectiveModule properties

A number of properties are just a simple search in substatements,
let's not waste fields on having them cached, as they are typically
unused anyway.

JIRA: YANGTOOLS-1065
Change-Id: I61c05bb89129beb5d0876067763a016e7d850e12
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/AbstractEffectiveModule.java