commit | b7097d21c25a48c9d209548ac8afdc09b1679457 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Wed Feb 10 16:17:10 2021 -0500 |
committer | Jim Hahn <jrh3@att.com> | Wed Feb 10 17:17:34 2021 -0500 |
tree | ee7a911622c333818a9ac30f2cae68aee7eb6601 | |
parent | f04d89c55ab4dfa94dfed1cc9b65471d1d3140c5 [diff] |
More sonars in models Addressed the following: - make constructors protected - check exception type - too many assertions - remove annotation lists - use "<>" - reduce cognitive complexity - extract constant - multiple method calls in one assert - don't use eq() in verify() - indentation Issue-ID: POLICY-2905 Change-Id: I25bb3951f781250e9cdfe8f5f3b80cb63e129184 Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Model code that is agnostic to any PDP. It is common amongst all the repositories.
To build it using Maven 3, run: mvn clean install