commit | 297671bfc3682d09962d24ab9b7788ccb1e9359b | [log] [tgz] |
---|---|---|
author | surya-huawei <a.u.surya@huawei.com> | Wed Sep 20 15:35:23 2017 +0530 |
committer | surya-huawei <a.u.surya@huawei.com> | Wed Sep 20 15:40:02 2017 +0530 |
tree | 2121676827c21754de6a337bf434413774231666 | |
parent | 9a236162e1c3fd5dcc425544c5ecf5290b0fafb2 [diff] |
Fix Sonar Issues in sli/core module Few major issues *Remove unused imports To increase code readability *Replace the type specification with the diamond operator To reduce the verbosity of generics code *Add the "@Override" annotation above this method signature To increase code readability *Remove this unnecessary cast to "String" Unnecessary casting expressions pollutes code Issue-Id: CCSDK-87 Change-Id: I38952f5026a5c61af73ac16706e8ddc278566b13 Signed-off-by: surya-huawei <a.u.surya@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".