commit | e5a46e5667e52c8bd8ceb4f322ff4d300223267c | [log] [tgz] |
---|---|---|
author | surya-huawei <a.u.surya@huawei.com> | Mon Sep 25 17:31:57 2017 +0530 |
committer | surya-huawei <a.u.surya@huawei.com> | Mon Sep 25 17:40:34 2017 +0530 |
tree | f34363a77176c6ad2ef3a1bb00f465c3e516d503 | |
parent | bbf1668256784af8268de8ce2b0b84e42c0e18d4 [diff] |
Fix some sonar issues in sli/northbound *Replace type specification with diamond operator This is done to reduce the verbosity of generics code *Replace ("") with ('') in String.lastIndexOf() This is more efficient for single character *Remove temp variable which is immediately returned New variable is not necessary as the caller cannot see this Issue-Id: CCSDK-87 Change-Id: I353652de723a624935d819b2bc817b4907af98ed Signed-off-by: surya-huawei <a.u.surya@huawei.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".