aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-30Merge "Replaced with Diamond symbol"Seshu Kumar M3-8/+8
2017-09-30Merge "Fixed string literal comparision"Seshu Kumar M1-1/+1
2017-09-30Merge "Fixed string literal comparision"Seshu Kumar M1-1/+1
2017-09-30Merge "Fixed string literal comparision issue"Seshu Kumar M1-3/+3
2017-09-30Merge "Added @Override annotation to method signature"Seshu Kumar M1-7/+7
2017-09-30Merge "Fixed string literal comparision issue"Seshu Kumar M1-1/+1
2017-09-30Merge "Removed unused import"Seshu Kumar M1-1/+0
2017-09-30remove odl dependence temporary黄卓垚1011221526-2328/+76
Change-Id: I2d4348974badf6b4ecb255adb3ffa3b5c399d7e2 Issue-ID: SO-88 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> description: Remove odl dependence temporary for docker deployment, utill the issue is be solved. Before that time, yang decoder is unavailable.
2017-09-29Fix the SO build issuesDeterme, Sebastien (sd378r)7-565/+530
Fix the AAI java package names that was still openecomp, remove the variable for LF repositories due to Oparent, Fix the jacoco to overwrite the oparent settings (fix test coverage) Change-Id: I40b9b326e33ff27992a1bf2cc9d3094d338f8828 Issue-ID: SO-168 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Merge "Fix some major sonar issues"Seshu Kumar M3-3/+2
2017-09-28Merge "Fix major Sonar issues"Seshu Kumar M2-3/+1
2017-09-28Merge changes Ibc78f5be,Id1a6e6d2Seshu Kumar M4-9/+4
* changes: Fix code complexity Use diamond operator(<>)
2017-09-28Merge "Removed unused imports"Seshu Kumar M1-6/+3
2017-09-28Fixed Critical Sonar Issuesseshukm1-210/+122
IssueId: SO-164 Change-Id: I87915bcdab1457c766d53157305e8e2b68a7b4d8 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-28Merge "Adding UT for E2E Service"DeWayne Filppi1-4/+6
2017-09-28Merge "service-topology-operation"Seshu Kumar M26-148/+956
2017-09-28Merge "Removed useless assignment to variables"Seshu Kumar M6-8/+8
2017-09-28Merge "Removed the unused variables"Seshu Kumar M5-7/+7
2017-09-28Merge "Replaced with the diamnod operator"Seshu Kumar M5-4/+6
2017-09-28Adding UT for E2E ServiceSeshu-Kumar-M1-4/+6
IssueId: SO-50 Change-Id: I7fc39adb7a1d96022541189a6f7279b13bbb3b5e Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-28Merge "Removed useless assignment to local variables"Seshu Kumar M2-2/+5
2017-09-28Removed useless assignment to local variablesrama-huawei3-7/+10
Issue-Id:SO-118 Change-Id: I29ec088aa52073f4e9df5503ede9f306c72e41d0 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Merge "Add test cases for E2E service"Rob Daugherty1-52/+53
2017-09-27Merge "Fixed Blocker issues. IssueId: SO-165"Rob Daugherty7-27/+38
2017-09-27Merge "Fixed E2EService blocker SONAR IssueId: SO-118"Rob Daugherty1-29/+5
2017-09-27Merge "Fixed string literal comparision issue"Seshu Kumar M1-1/+1
2017-09-27Merge "Removed useless assignment to variables"Seshu Kumar M5-16/+14
2017-09-27Merge "Removed useless assignment to variables"Seshu Kumar M4-7/+7
2017-09-27Merge "Replace with Diamond symbol"Seshu Kumar M2-2/+2
2017-09-27Merge "Adding comments for empty constructor"Seshu Kumar M6-6/+16
2017-09-27Merge "Correcting varriable name"Seshu Kumar M3-50/+54
2017-09-27service-topology-operation黄卓垚1011221526-148/+956
Change-Id: I26b03516eb73689f806aa9ea5f1edcb22a1c4d84 Issue-ID: SO-88 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> Discription: Network-topology-operation should work with Service-topology-operation. This commit is for the Service-topology-operation.
2017-09-27Removed useless assignment to variablesrama-huawei6-8/+8
Issue-Id:SO-118 Change-Id: I97cfd892ae5d13003b0b37509ac91be863dbd55e Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Fixed Blocker issues.seshukm7-27/+38
IssueId: SO-165 Change-Id: I7c2520af9394ceb600a5a25fa9acfd095d872a1d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-27Removed the unused variablesrama-huawei5-7/+7
Issue-Id:SO-118 Change-Id: I979370f8d3ffa0382856353aa189610d24dcd20c Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Replaced with the diamnod operatorrama-huawei5-5/+7
Issue-Id:SO-118 Change-Id: Iaad28a363586cd8b42e86bd7e854faa9e716c59d Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Removed unused importsramanjaneya1-6/+3
Issue-Id:SO-118 Change-Id: I0c58455e74dd444e1cddae96cde7608fbed3e436 Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
2017-09-27Update POM to inherit from oparentRob Daugherty149-3/+2952
Issue: SO-71 Change-Id: I91d503b52909cfcb62ca4b5cd93f6cfc70d6eb24 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-27Fixed E2EService blocker SONARseshukm1-29/+5
IssueId: SO-118 Change-Id: Ia2e6e0d3bbef4c80721991762876c9ed98043790 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-27Replaced with Diamond symbolrama-huawei3-8/+8
Issue-Id:SO-118 Change-Id: I744c8e8278157aefd001ebc27e35e77e115d3b71 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Fixed string literal comparision issueshashikanth1-3/+3
Fix major sonar issues in so module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER%2CMAJOR|rules=squid%3AS1132%2Csquid%3AS1143 Move the "GetLayer3ServiceDetailsRequest" string literal on the left side of this string comparison. Issue-Id: APPC-186 Change-Id: I927555425a3a6294eee56f9c7377abc9f4a9ad05 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-27Fixed string literal comparisionshashikanth1-1/+1
Fix major sonar issues in so module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER%2CMAJOR|rules=squid%3AS1132%2Csquid%3AS1143 Move the "true" string literal on the left side of this string comparison Issue-Id: APPC-186 Change-Id: I1223f769c06673b9b4817f2cd3965b6bf429f0ef Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-27Fixed string literal comparisionshashikanth1-1/+1
Fix Blocker/Critical sonar issues in so module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER%2CMAJOR|rules=squid%3AS1132%2Csquid%3AS1143 Move the "true" string literal on the left side of this string comparison Issue-Id: APPC-186 Change-Id: I1a62b36c344ebca1786245e3837a537182c60377 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-27Fix some major sonar issuessurya-huawei3-3/+2
*Use collection.isEmpty() instead of collection.size *Remove unnecessary commented line This is done for increasing code readability *Pass the string object directly Instead of wrapping the returned object and creating a new object, passing the object itself will save memory Issue-Id: SO-118 Change-Id: I24c15e9270ec3422d35d3910a8aff9fcf8d632d9 Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-09-27Fix major Sonar issuessurya-huawei2-3/+1
*Use negation operator instead of converting boolean operator *Remove unused imports These changes are done to increase code readability Issue-Id: SO-118 Change-Id: I8ec491217520edad95657f8cbb33d20149f64425 Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-09-27Fix code complexitysurya-huawei1-6/+1
*Use equalsIgnoreCase instead of comparing on converted cases This is done to reduce the number of conversions and it's more simple and it internally performs null check as well *Remove unused imports This is done to increase code readability Issue-Id: SO-118 Change-Id: Ibc78f5be645db69695c12bca1fbd0282914e90eb Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-09-27Use diamond operator(<>)surya-huawei3-3/+3
Major Sonar Issue *Replace type specification with diamond operator This is done to reduce the verbosity of generics code Issue-Id: SO-118 Change-Id: Id1a6e6d2e03f6f92a0e36b9326df61154c0ba910 Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-09-26Merge "Fix some major Sonar Issues"Seshu Kumar M1-4/+1
2017-09-26Merge "Use try-with-resources"Seshu Kumar M1-12/+5
2017-09-26SO Debug Env Setup GuideSeshu-Kumar-M1-0/+0
Guide on how to setup the debug env SO-81 Change-Id: I02b59540b59f84d1857a083a665b970af84ba124 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>