aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20Conditional test casesTschaen, Brendan7-721/+724
Additional coverage for other tests. Remove unused Benchmark api Change-Id: Ib091f1827a226a4a50e3427b20af4c8b12c363c3 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-20Update MUSIC test cases.Tschaen, Brendan11-3858/+2025
Fix some old test cases that were expecting incorrect output Refactor to REST API suite to re-use cassandra instance Change-Id: I9400b3e1e3ce35114e587336f0841207493c9680 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-20Merge "MusicHealthCheck.java - Multiple Sonar Fixes"Thomas Nelson1-15/+4
2019-02-14Merge "Introduced local variable"Thomas Nelson1-2/+3
2019-02-14Merge "Fixed Sonar issues in ZkStatelessLockService"Thomas Nelson1-15/+23
2019-02-14Merge "Added test case to improve code coverage"Thomas Nelson1-2/+16
2019-02-14Merge "Removed Duplicate logger statements"Thomas Nelson1-8/+1
2019-02-13Fixed Sonar issues in ZkStatelessLockServicer.bogacki1-15/+23
Fixed potential NullPointerException. Added restoring of the interrupted state. Removed unnecessary imports. Added missing loggers. Change-Id: I62bb8ef2b4893c60c1cea7dcd4ba29f2908b4d05 Issue-ID: MUSIC-329 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-13Merge "Sonar code duplicates moved to MusicUtil.java"Bharath Balasubramanian3-207/+150
2019-02-13Merge "Sonar Vulnerability Fixes: CachingUtil.java"Bharath Balasubramanian1-18/+11
2019-02-13Merge "Added unit test case"Bharath Balasubramanian1-0/+8
2019-02-13Merge "added local variable instead of using method args"Bharath Balasubramanian1-3/+4
2019-02-13Merge "Sonar vulnerability fixes in CronJobManager"Bharath Balasubramanian1-14/+8
2019-02-13Merge "Cleaning up Sonar issues in JerseyConfig"Bharath Balasubramanian1-53/+44
2019-02-13Merge "Fix for code Vulnerability,reported by Sonar"Bharath Balasubramanian1-6/+4
2019-02-13Added test case to improve code coverageJegadeesh Babu1-2/+16
Added test case to improve code coverage Issue-ID: MUSIC-324 Change-Id: I0bec3c6a1d890cd920fe9a21de7e75590114f48d Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-02-13Removed Duplicate logger statementsJegadeesh Babu1-8/+1
Used logger statements as per convention Issue-ID: MUSIC-330 Change-Id: Iaea377861e1b2c5ea0724a664de2ef2db88d76cd Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-02-12Introduced local variableJegadeesh Babu1-2/+3
Introduced local variable instead of using method args Issue-ID: MUSIC-323 Change-Id: I670c49e2b28ba280d3446868ac042dfdae2b6c16 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-02-12Fix for code Vulnerability,reported by SonarJegadeesh Babu1-6/+4
Removed and printStackTrace and added logger Issue-ID: MUSIC-314 Change-Id: Ieeb33d6e58ec469c6fb540d943bae97b703ebbda Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-02-12Removed sub-expressions from RestMusicDataAPIr.bogacki1-2/+5
Fixed critical Sonar issue related to identical sub-expressions on both sides of operator. Added more details to error logger. Change-Id: I421c4ac3894c08b6b174fdaeb6e68be50e024e63 Issue-ID: MUSIC-328 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-11Cleaning up Sonar issues in JerseyConfigr.bogacki1-53/+44
Unnecessary imports have been removed. Formatting done according to ONAP and Google Java Style. Issue-ID: MUSIC-321 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I04ed46d1cb5daa601713e1a4ee0e024b7d1ad55d
2019-02-11added local variable instead of using method argsJegadeesh Babu1-3/+4
Added local variable sonar bug fix Issue-ID: MUSIC-322 Change-Id: I73c90d2fbfea4bd91f767bbb67eb1774a75ce3f1 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-02-11Sonar vulnerability fixes in CronJobManagerr.bogacki1-14/+8
Change-Id: I16133a60013cc63dd389a1aa14ddda693441570b Issue-ID: MUSIC-320 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-08Sonar code duplicates moved to MusicUtil.javar.bogacki3-207/+150
Change-Id: I08e089171e94c78c8977d20aea29b0eb97f57a74 Issue-ID: MUSIC-317 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-08Sonar Vulnerability Fixes: CachingUtil.javar.bogacki1-18/+11
Replaced prinStackTrace with logger Change-Id: I5c42dd8c4f1f5add0b66b11e21b964787d5f3348 Issue-ID: MUSIC-316 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-06Added unit test caseJegadeesh Babu1-0/+8
Added unit test case to reach min coverage limit Issue-ID: MUSIC-308 Change-Id: I4b96218d977c176285abe1903bf570e3525a9ce2 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-02-05Merge changes from topic 'sudars_19_music_291_1'Thomas Nelson2-0/+263
* changes: MusicServiceException-Junit test cases added MusicQueryException - Junit Test Case Added
2019-02-05Merge "MusicPolicyVoilationException-Junit TestCase added"Thomas Nelson1-0/+106
2019-02-05Merge "MusicLockingExceptionTest - Junit test cases"Thomas Nelson1-0/+104
2019-02-01Merge "Update Jar."Bharath Balasubramanian12-250/+0
2019-02-01Merge "Sonar Fixes - MusicAuthentication.java"Thomas Nelson1-5/+3
2019-02-01Sonar Fixes - MusicAuthentication.javaDriptaroop Das1-5/+3
Sonar Fixes - MusicAuthentication.java Issue-ID: MUSIC-304 Change-Id: I70518240f7c736b5301d6a1104c131328643391b Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-31Update Jar.Nelson,Thomas(tn1381)(arthurdent3)12-250/+0
Change-Id: Ib78033ce66873e2180a6248a97339c0b54a22500 Issue-ID: MUSIC-303 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-01-31MusicConditional.java - Multiple Sonar FixDriptaroop Das1-16/+10
MusicConditional.java - Multiple Sonar Fix Issue-ID: MUSIC-301 Change-Id: I570bf949313d430de9aa16351c8cf339f288b8c7 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-31MusicHealthCheck.java - Multiple Sonar FixesDriptaroop Das1-15/+4
MusicHealthCheck.java - Multiple Sonar Fixes Issue-ID: MUSIC-302 Change-Id: I8e9b8be0d35b5a8d3042ffe056b4d29c5bb7888e Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-31Remove callback testsTschaen, Brendan2-211/+0
Change-Id: I11b3571ed5b6483c32cd0cc81a9f1e9d5aa3899b Issue-ID: MUSIC-300 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-01-30Merge "Push variuos changes"Bharath Balasubramanian102-4440/+8269
2019-01-30Merge "added test file for MusicDigest.java"Bharath Balasubramanian1-0/+60
2019-01-30Merge "added file to test JsonCallBackResponse.java"Bharath Balasubramanian1-0/+108
2019-01-30Merge "added file to test JsonCallBack.java"Bharath Balasubramanian1-0/+103
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)104-4411/+8374
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-01-29Merge "added test case to JsonUpdateTest.java"Thomas Nelson1-0/+7
2019-01-29Merge "added test case to JsonTableTest.java"Thomas Nelson1-0/+8
2019-01-29Merge "added test file for AppMessages.java"Thomas Nelson1-0/+65
2019-01-29MusicServiceException-Junit test cases addedSudarshan Kumar1-0/+145
MusicServiceException-Junit test cases added Issue-ID: MUSIC-293 Change-Id: I101a1efc50a0e34d4610e8821f50e6e426849bff Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-01-29MusicQueryException - Junit Test Case AddedSudarshan Kumar1-0/+118
MusicQueryException - Junit Test Case Added Issue-ID: MUSIC-292 Change-Id: I7211cd1d714707370ba4c676b5a78f4772336905 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-01-29MusicPolicyVoilationException-Junit TestCase addedSudarshan Kumar1-0/+106
MusicPolicyVoilationException-Junit Testcase added Issue-ID: MUSIC-291 Change-Id: Ib4bb2ce2257f5fdf2293828acddf54ed9fdddb79 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-01-28added test file for AppMessages.javaSandeep J1-0/+65
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I0293f5d22dfa5ff0f9ba043fd32880e247acfdac Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-28added test file for MusicHealthCheck.javaSandeep J1-0/+54
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I5dd50042d302f6637c184e4df2bef8df95a326d9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-25Merge "added test cases to JsonResponseTest.java"release-3.0.24Thomas Nelson1-0/+45