commit | 025e0ac819afe9ab5e05c7c75420814ff881ad03 | [log] [tgz] |
---|---|---|
author | ramu.n <ramu.n@huawei.com> | Sat Sep 23 22:28:03 2017 +0530 |
committer | ramu.n <ramu.n@huawei.com> | Sat Sep 23 22:37:03 2017 +0530 |
tree | 04240920c7d498463b4d46de59d479619c7f2f9e | |
parent | bac4dbe402cc81409d210a2dabd25847a12b6a36 [diff] |
Some minor refinements in CCSDK SLI Core module Fix few Critical/Major sonar issues in CCSDK SLI Core module * Define and throw a dedicated exception instead of using a generic one * Either log or rethrow the exception * Change "try" to a try-with-resources * Remove useless assignment to local variable * Use built-in logger method string formatting instead of string concatination * code indentation Change-Id: I83dc1fb931b8021118e259c722f7dfbc1621dce8 Issue-Id: CCSDK-67 Signed-off-by: Ramu N <ramu.n@huawei.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".