aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29sonar-463-remove the declaration of thrown exceptionThugutla sailakshmi1-1/+1
remove the declaration of thrown exception Issue-ID: MUSIC-463 Change-Id: I4e448228c36aa88a2751ad1ddfb40bb567e2adc2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-29sonar-463 Immediately return this expression instead of assigning it to the ↵Thugutla sailakshmi1-2/+1
temporary variable "ks" Immediately return this expression Issue-ID: MUSIC-463 Change-Id: Idd4745e9b6c6c956d736172302d272ec20946048 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-29Move this constructor to comply with Java Code ConventionsThugutla sailakshmi1-5/+5
Move this constructor to comply with Java Code Conventions Issue-ID: MUSIC-463 Change-Id: Ifb9b8c1bf4b76074061b1123886dcfc78f7b7186 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-29sonar fix:remove the declaration of exceptions from method bodyThugutla sailakshmi1-2/+2
sonar fix:remove the declaration of exceptions from method body Issue-ID: MUSIC-463 Change-Id: I3f587a4506f745eafa02a4415e1215fbd9eff8f8 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-16Issue-ID: MUSIC-481. Removed commented out lines of code.Mamtha5-26/+5
Issue-ID: MUSIC-481. Removed commented out code. Code cleanup Change-Id: I1565f2d9312a9d6daa232074fee35577dfe197c2 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2019-08-14Merge "Sonar Fix: Removed commented out lines of code"Brendan Tschaen1-12/+0
2019-08-14Merge "General sonar fixes: use logger"Brendan Tschaen1-2/+2
2019-08-14Merge "MUSIC-463-sonar fix-remove declaration of method ↵Brendan Tschaen1-1/+1
exception-MusicLoggingServletFilter.java"
2019-08-13Release version 3.2.34Tschaen, Brendan1-0/+5
Change-Id: I315e842b063f3faaef8fb87284606d45c068f59f Issue-ID: MUSIC-482 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-08-12El Alto Early Drop VersionTschaen, Brendan2-2/+2
Change-Id: Ibe756c7e7236599bfcf62b73f06046ff6ffc57e4 Issue-ID: MUSIC-482 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-08-12Sonar Fix: Removed commented out lines of codeMamtha1-12/+0
Sonar Fix: Removed commented out lines of code. Issue-ID: MUSIC-481 Change-Id: Iee6d633697949f22d2d00069f12fba8253bb2a07 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2019-08-01General sonar fixes: use loggerArindam Mondal1-2/+2
Issue-ID: MUSIC-410 Change-Id: Iac08df4b7534f3293f7ffa3ca1877b5baf044f89 Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-07-25MUSIC-465 junits-Application.java fileThugutla Sailakshmi1-0/+94
junits-Application.java file Issue-ID: MUSIC-465 Change-Id: I5869dca91e9b4a7cf54f2493a8b0699d23fc8a73 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-23MUSIC-463-sonar fix-remove declaration of method ↵Thugutla Sailakshmi1-1/+1
exception-MusicLoggingServletFilter.java remove declaration of method exception-MusicLoggingServletFilter.java Issue-ID: MUSIC-463 Change-Id: I388194f74354604515390372e1442b3892ac07e7 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-23Merge "Sonar Fix: JsonSelect.java"Brendan Tschaen1-1/+1
2019-07-23Merge "Sonar Fix: AuthUtil.java"Thomas Nelson1-2/+4
2019-07-23Merge "Handled unclosed resources using try-with-resources statement"Thomas Nelson1-4/+5
2019-07-19Sonar Fix: AuthUtil.javaArundathi Patil1-2/+4
Fixed sonar issues across this file Issue-ID: MUSIC-460 Change-Id: Ib421c3980085a3114c4f2d3f102a391e9c8f2155 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-19Sonar Fix: JsonResponse.javaArundathi Patil1-10/+11
Fixed sonar issues across this file Issue-ID: MUSIC-459 Change-Id: I3249ca2644171bb5c65313b9b4198ddb039a0c61 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-19Sonar Fix: JsonSelect.javaArundathi Patil1-1/+1
Fixed sonar issues in this file Issue-ID: MUSIC-426 Change-Id: I3080f15e2ba3909db21c5c529a0ed2b58ceeff41 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-16Merge "Sonar Fix: Marked field as private"Thomas Nelson1-2/+2
2019-07-16Merge "Fixed sonar issues in MusicHealthCheck.java"Thomas Nelson1-3/+1
2019-07-11Sonar Fix: Marked field as privateSudarshan Kumar1-2/+2
Sonar Fix: Marked field as private Issue-ID: MUSIC-434 Change-Id: If2e2e405933173b2b5eb09f407492a5097f4a291 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-10Handled unclosed resources using try-with-resources statementjegadeeshbabu11-4/+5
Used try-with-resources Issue-ID: MUSIC-432 Change-Id: I1b2df10324fbfc100499b7de4c2414a44e232aec Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2019-07-10Sonar Fix - Remove the boxing to BooleanSudarshan Kumar1-8/+10
Remove the boxing to Boolean. The argument is already of the same type Issue-ID: MUSIC-431 Change-Id: Ia5eb5f180d50fd8737c456ae53a493bbcb2b28a7 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-09Merge "Sonar reduce method parameter"Thomas Nelson3-19/+150
2019-07-09Merge "Sonar Fix - added static for the fields"Thomas Nelson1-3/+3
2019-07-09Merge "Sonar fix in RestMusicHealthCheckAPI.java"Thomas Nelson1-6/+8
2019-07-09Merge "MUSIC-ORM-Implemetation"Thomas Nelson11-644/+1872
2019-07-09Merge "Fixed sonar issues in MusicDataStoreHandle.java"Thomas Nelson1-3/+3
2019-07-09Sonar Fix - added static for the fieldsMamtha1-3/+3
Sonar Fix - added static for the fields Issue-ID: MUSIC-407 Change-Id: If9ce53f870381e10acf412163b409606ed128a5f Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2019-07-09Sonar fix- RestMusicVersionAPI.javaArundathi Patil1-7/+6
Fixed multiple sonar issues in this file Issue-ID: MUSIC-430 Change-Id: Ic8029d4c3b96f23ea18a94ca7f0683e10c9552d6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-09Sonar fix in RestMusicHealthCheckAPI.javaArundathi Patil1-6/+8
Fixed sonar issues in this file Issue-ID: MUSIC-429 Change-Id: If56fa1064651e6df2c49fc5835efdd310ead5bbe Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issues in MusicHealthCheck.javaArundathi Patil1-3/+1
Fixed multiple sonar issues across this file Issue-ID: MUSIC-428 Change-Id: I9e6843226bc3544411334af7070e5c67f072e159 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issues in MusicDataStoreHandle.javaArundathi Patil1-3/+3
Fixed multiple sonar issues across this file Issue-ID: MUSIC-424 Change-Id: If2b132fc03e1ec3b3485774d708de06b1d12cd93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Sonar reduce method parameterArindam Mondal3-19/+150
+)update ++)updateAtomic Issue-ID: MUSIC-408 Change-Id: I89d981a31a00f024b3a7be24f5845a0a40c4a6a2 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2019-07-02MUSIC-ORM-ImplemetationSudarshan Kumar11-644/+1872
MUSIC-ORM-Implemetation Issue-ID: MUSIC-348 Change-Id: Ifb6d4a1f331e080bdbeab236942e73ab13a69dad Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-01Enhance PreparedQueryObjectTschaen, Brendan2-13/+69
Change-Id: I3da1ff5b5e8b63b6cf15a16cec5660e9ec9cf73d Issue-ID: MUSIC-422 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-06-27Merge "Update Netty Library version"Brendan Tschaen1-1/+26
2019-06-27Merge "Sonar fixes for MusicApplication"Brendan Tschaen6-37/+55
2019-06-26Update Netty Library versionNelson, Thomas (tn1381)1-1/+26
Issue-ID: MUSIC-406 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I088f6e727ad10971e245508ba862272d43170080
2019-06-26Sonar Changes for Authentication ClassesNelson, Thomas (tn1381)4-79/+120
Issue-ID: MUSIC-418 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I42240c66179a8a7a1b27093d3fffc180a73f4d14 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-26Sonar fixes for MusicApplicationNelson, Thomas (tn1381)6-37/+55
and util files. Fixed Testing issuse Update Gitignore to include vscode. Issue-ID: MUSIC-419 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I202613f905e2ef0cde338e7c98074faf68bc649a Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-25Merge "Some bug fixes and Minor Chages."Thomas Nelson43-981/+1292
2019-06-25Clean up some unneded files.Nelson, Thomas (tn1381)8-535/+0
Added a missed file. Issue-ID: MUSIC-415 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I5dac9778b975529dc5b34b1e771de0a046b925da Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-25Merge "added file to test MusicReponse.java"Thomas Nelson1-0/+62
2019-06-25Merge "added file to test AuthorisationError.java"Thomas Nelson1-0/+51
2019-06-25Merge "added file to test PreparedQueryObject"Thomas Nelson1-0/+75
2019-06-25Merge "added test case to JsonInsertTest.java"Thomas Nelson1-3/+11
2019-06-25Some bug fixes and Minor Chages.Thomas Nelson arthudent343-981/+1292
Remove some Commented out code. Cleaned up Variables. Encryption of passwords added Updated Test Cases Fixed some errors in how they were reported. Reduced Logging clutter Some Vulnerability fixes. Change-Id: I64c7935d167d4a976681b5a18fd51aa667d0cd95 Issue-ID: MUSIC-413 Signed-off-by: Thomas Nelson arthudent3 <nelson24@att.com>