commit | 7f6b1b0add6878e996e559c15337f46339c98901 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Tue Feb 20 13:41:59 2018 -0500 |
committer | Jim Hahn <jrh3@att.com> | Tue Feb 20 14:16:41 2018 -0500 |
tree | ed381d4fdaaed33a590c06145a9834331e32aa35 | |
parent | 19d3bfa5a1e6f69cde7a5e814b1975330249dcd0 [diff] |
Increase junit coverage in ONAP-logging Added some junit tests to increase coverage of ONAP-logger. Many classes still need test cases. Also fixed some sonar issues: Returned interface instead of ConcurrentHashMap. Used EnumMap instead of HashMap. Used StringBuilder instead of StringBuffer. Replaced literals with constants. Replaced enum1.toString().equals(enum2.toString()) with enum1 == enum2 Updated license dates. Updated another license date. Change-Id: I777b6a913d7d03187a29dfeb817800b386ee23aa Issue-ID: POLICY-582 Signed-off-by: Jim Hahn <jrh3@att.com>
This source repository contains ONAP common code, which is shared by 'policy-drools-pdp' and 'policy-engine'. To build it: