Fix sonar and coverage 65/97565/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 24 Oct 2019 16:42:38 +0000 (12:42 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 24 Oct 2019 16:42:44 +0000 (12:42 -0400)
commit9fb3368b89745ceb95d7be61f685dbd36dfd9729
tree9af0927ad91abc536709c35d7986dd5af4638b04
parent5bc83b197ad010bbdf5916493d078818c2c10bcb
Fix sonar and coverage

Turns out cyclomatic complexity is there in one method.
The other JUnits in the applications cover the rest of
the class, when time permits I will add that in there
for completeness.

Issue-ID: POLICY-2066
Change-Id: I31fd43625883bd569d4078bbd684554f6f3fbf53
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
applications/common/src/main/java/org/onap/policy/pdp/xacml/application/common/std/StdBaseTranslator.java
applications/common/src/test/java/org/onap/policy/pdp/xacml/application/common/std/StdBaseTranslatorTest.java [new file with mode: 0644]