aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-09-26Fix some major Sonar Issuessurya-huawei1-4/+1
*Remove unused varible and assigments *Remove uneccessary comment Issue-Id: SO-118 Change-Id: I6c8bd416dd504bd9bceb8fd04e5da5efcbb6c89a Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-09-26Use try-with-resourcessurya-huawei1-12/+5
*Replace try with try-with-resources This is done to close resources automatically and not worry about finally block *Replace explicit type info with diamond operator This is done to reduce verbosity of generics code Issue-Id: SO-118 Change-Id: I948ffd26bfe6022496ca4a272de2619aef0dbd88 Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-09-26Merge "Added the "@Override" annotation above signature"Seshu Kumar M1-4/+39
2017-09-26Merge "Fixed string literal comparision major issue"Seshu Kumar M1-6/+6
2017-09-26Merge "Added "@Override" annotation method signature"Seshu Kumar M1-7/+8
2017-09-26Merge "Change bpmn file name"Chuanyu Chen2-2/+2
2017-09-26Added "@Override" annotation method signatureshashikanth1-7/+8
https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=MAJOR|fileUuids=AV3Bnsck5bp_wwmIVB7V|rules=squid%3AS2293%2Csquid%3AS1161 Issue-Id:SO-118 Change-Id: Iea674f0d8f4f0b9cef346f8c5315b02767ae65f4 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-26Fixed string literal comparision major issueshashikanth1-6/+6
https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#fileUuids=AV3BnsdG5bp_wwmIVCEu|resolved=false|severities=MAJOR Issue-Id:SO-118 Change-Id: I9ce4b3cb4c5acc5d19183dc278e4907aae221443 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-26Added the "@Override" annotation above signatureshashikanth1-4/+39
https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#fileUuids=AV3BnsdI5bp_wwmIVCGH|resolved=false|severities=MAJOR Issue-Id:SO-118 Change-Id: If5556adabedb0cb498ecb646df9cb8f2a15a265d Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Merge "Fix @Override major issues"Seshu Kumar M1-0/+2
2017-09-25Merge "Fixed string literal comparision redundant code"Seshu Kumar M1-6/+4
2017-09-25Merge "Replaced with Diamond symbol"Seshu Kumar M5-15/+15
2017-09-25Merge "Replaced with Diamond symbol"Seshu Kumar M1-11/+11
2017-09-25Merge "Changed try to try with resource"Seshu Kumar M1-243/+232
2017-09-25Merge "Rename "status" which hides the class field"Seshu Kumar M2-12/+12
2017-09-25Merge "Replaced with Diamond symbol"Seshu Kumar M2-2/+2
2017-09-25Merge "Replaced with Diamond symbol"Seshu Kumar M2-2/+2
2017-09-25Merge "Changed try to try with resource"Seshu Kumar M1-22/+4
2017-09-25Merge "Fixed string format specifier."Seshu Kumar M1-1/+1
2017-09-25Merge "Changed try to try with resource"Seshu Kumar M1-20/+3
2017-09-25Merge "Modified string literal comparision."Seshu Kumar M1-27/+27
2017-09-25Fix @Override major issuesshashikanth1-0/+2
Add the "@Override" annotation above this method signature Issue-Id:SO-118 Change-Id: I0973c1559c66b80a56a9c1ba610ae73bba54fe49 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Fixed string literal comparision redundant codeshashikanth1-6/+4
Move the "content" string literal on the left side of this string comparison. Issue-Id:SO-118 Change-Id: Ice9ef2d94f594669f0399d31e5346e3c0be66c13 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Fix major sonar issuesshashikanth1-3/+3
Move the "filter" string literal on the left side of this string comparison Issue-Id:SO-118 Change-Id: Ib9078c10ffac5cb54e74e4c4565d413f4908f532 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Modified string literal comparision.shashikanth1-27/+27
Move the "vnf" string literal on the left side of this string comparison. Issue-Id:SO-118 Change-Id: Ia964db05bfffc2c519065afc0016253f9c665d55 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Fixed string format specifier.shashikanth1-1/+1
String contains no format specifiers. https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=CRITICAL Issue-Id:SO-118 Change-Id: Ibcb5124a98ea689a01461dddc42a4aa1db147a20 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Rename "status" which hides the class fieldrama-huawei2-12/+12
Issue-Id:SO-118 Change-Id: I7a367373f15f7cfa2d2cfb965b63397cabdcbf1f Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Changed try to try with resourceshashikanth1-20/+3
Change this condition so that it does not always evaluate to "false" https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Issue-Id:SO-118 Change-Id: I0ebc001b3e7f6a13a2d309b69cc4133271a9e87e Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Changed try to try with resourceshashikanth1-22/+4
Change this condition so that it does not always evaluate to "false" https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Issue-Id:SO-118 Change-Id: I29713fa4c4623439addb4b7f30325dcb7e1ccfcc Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Replaced with Diamond symbolrama-huawei2-2/+2
Issue-Id:SO-118 Change-Id: Id57f5f76f766d7394571d7a1a59f631696ab37a4 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Replaced with Diamond symbolrama-huawei2-2/+2
Issue-Id:SO-118 Change-Id: I50641f26b3047018b33b1cf5c782546453b9638c Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Change bpmn file nameZhuoyao Huang2-2/+2
Change-Id: I4de255105cb9b1b7ac536738d0aef9655d147007 Issue-ID: SO-88 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-09-25Changed try to try with resourceshashikanth1-243/+232
Change this condition so that it does not always evaluate to "false" https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Issue-Id:SO-118 Change-Id: Ib5331efaeddf0b15e8d55a6b6619d319f8194707 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Replaced with Diamond symbolrama-huawei5-15/+15
Issue-Id:SO-118 Change-Id: I6a1542d53c9021e315331a1643519c25500df20a Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Merge "Changed try to try with resource"Seshu Kumar M1-18/+5
2017-09-25Merge "Replaced with Diamond symbol"Seshu Kumar M2-7/+8
2017-09-25Replaced with Diamond symbolrama-huawei1-11/+11
Issue-Id:SO-118 Change-Id: Ib7c5963521bc2e077a3e4d888ffb30566fd76be5 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Replaced with Diamond symbolrama-huawei2-7/+8
Change-Id: I439daab53236cd35e43e3a503ddc4b3218f7d992 Issue-Id:SO-118 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Changed try to try with resourceshashikanth1-18/+5
Change this condition so that it does not always evaluate to "false" https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Issue-Id:SO-118 Change-Id: I8885beed7ab1fa2e26e1155665d9507746bd9906 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Deleted redundant codeshashikanth1-5/+3
Remove this return statement from this finally block https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Issue-Id:SO-118 Change-Id: I6933ec089e6030d5fd5495b37f4d785b0935341b Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Replaced with Diamond symbolrama-huawei1-6/+6
Change-Id: Ibc14257b814b83427ce0078f83aaf4d6b0cc38c0 Issue-Id:SO-118 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-23fix a bug and ...Zhuoyao Huang5-9/+184
Change-Id: Id5dfae04cffa98705a5d99f9cf7d7552de5b8418 Issue-ID: SO-88 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> Discription: fix a bug and commit underlay vpn achieved by yang decoder
2017-09-23Yang decoderZhuoyao Huang22-0/+1692
Change-Id: I4e264c33915969f883ebc3721e7020fb1256682c Issue-ID: SO-88 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> description: It could help SO to use the restconf interface which is generated by yang-tools in SDN-C directly.
2017-09-23Merge "update spring version in MSOCommonBPMN"Chuanyu Chen1-4/+4
2017-09-23Merge "Replaced with Diamond symbol"Chuanyu Chen3-8/+8
2017-09-23Merge "Removed useless parentheses"Chuanyu Chen3-14/+11