aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-07Sonar Fixes - CadiAuthFilter.javaDriptaroop Das2-45/+12
Sonar Fixes - CadiAuthFilter.java Issue-ID: MUSIC-313 Change-Id: I8c9b3197cc72b331201f2b8742b036be58fea616 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.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-04Merge "Updated:Typo"Thomas Nelson2-2/+2
2019-02-01Merge "Update Jar."Bharath Balasubramanian17-258/+31
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)17-258/+31
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 Balasubramanian192-7245/+10990
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)194-7216/+11095
- 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
2019-01-25Merge "Additional Test Case Added"Thomas Nelson1-2/+16
2019-01-25Merge "added file to test JsonNotification.java"Thomas Nelson1-0/+116
2019-01-25Merge "multiple sonar fixes - RestMusicAdminAPI.java"Thomas Nelson1-114/+46
2019-01-25multiple sonar fixes - RestMusicAdminAPI.javaDriptaroop Das1-114/+46
multiple sonar fixes - RestMusicAdminAPI.java Updated to make the proper change. Response object was needed. Minor Bug fix from patch 2 Issue-ID: MUSIC-283 Change-Id: I0c1ac31f3482b32f2a796b842275c009126e1c2b Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com> Signed-off-by: Thomas Nelson <nelson24@att.com>
2019-01-25added test case to JsonTableTest.javaSandeep J1-0/+8
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I913315c825c9560d48f240dd7ca7c8d4bf36ee37 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-25Merge "Sonar Fixes - MusicHealthCheck.java"Thomas Nelson1-2/+2
2019-01-25added test case to JsonUpdateTest.javaSandeep J1-0/+7
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I9661adfd052c027c411647cc767715f10eaac389 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-25Updated:TypoManish Kumar2-2/+2
Issue-ID: DOC-389 Change-Id: I32e5b934056b85f5e94ca299492a4bbedf3713fb Signed-off-by: Manish Kumar <manishjpiet@gmail.com>