commit | 248a660d61fa03caa4710cf8cfe144eb245b807b | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Tue Jul 21 09:55:38 2020 -0400 |
committer | Jim Hahn <jrh3@att.com> | Tue Jul 21 16:25:53 2020 -0400 |
tree | 9f7c9aa7fda6d9ab9977bf2398a0136a787dc62a | |
parent | f203526d0f86d385976da394bd1f0f918e4445d9 [diff] |
Fix some sonars in policy-models Fixed the following sonar issues in some of the project directories: - use assertNull, assertEquals, etc. - swap assertEquals arguments - extract a constant - don't invoke toString() in logger calls - TODOs - generic types Issue-ID: POLICY-2714 Change-Id: Id8803f9bf617ea9fc173a67b8606600709b55bdc 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