More sonar issues in common 64/105164/2
authorJim Hahn <jrh3@att.com>
Mon, 6 Apr 2020 15:26:13 +0000 (11:26 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 6 Apr 2020 15:41:32 +0000 (11:41 -0400)
commit82ac8775dfa540fa856ecfd284c69afa44790dd8
tree551db3b365be7a0a13aabaa1c52191079d305369
parenta56d3929f2387252525577fb36f9e03933064b8f
More sonar issues in common

Fixed additional sonar issues:
- infinit loop; while the issue is bogus, it was easy enough to
  modify the code to satisfy sonar
- doesn't like "volatile"; again, the issue is bogus, but easy enough
  to modify the code

Disabled a couple of sonars in NetworkUtil, as they are not actually
an issue.

Issue-ID: POLICY-2305
Change-Id: I5500183e3fe4060696994cff55bdae4ba7e138c7
Signed-off-by: Jim Hahn <jrh3@att.com>
integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/internal/JettyServletServer.java
utils/src/main/java/org/onap/policy/common/utils/network/NetworkUtil.java