burdziak [Wed, 7 Aug 2019 11:30:01 +0000 (13:30 +0200)]
Fix sonar issues in ReportSQLException
Change-Id: I2b59d35442b7cdc39ccc975c9d59c4e0f453279e
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
Manoop Talasila [Mon, 5 Aug 2019 18:41:20 +0000 (18:41 +0000)]
Merge "Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exception"
Manoop Talasila [Mon, 5 Aug 2019 18:40:45 +0000 (18:40 +0000)]
Merge "Sonar Fix- PageEvet.Java - Rename the field to match regular expression and define constant instead of duplicating literal"
Manoop Talasila [Mon, 5 Aug 2019 18:40:10 +0000 (18:40 +0000)]
Merge "Sonar Fix- ReportFormFields.java"
Manoop Talasila [Mon, 5 Aug 2019 18:39:43 +0000 (18:39 +0000)]
Merge "Sonar Fix- ActionHandler.java"
dinesha [Fri, 2 Aug 2019 10:36:59 +0000 (16:06 +0530)]
Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exception
Fixed Sonar Issues accross the file
Issue-ID: PORTAL-686
Change-Id: If25a07748dfac69b70e73a52eaded8126281edd5
Signed-off-by: dinesha <dineshgs@in.ibm.com>
dinesha [Fri, 2 Aug 2019 10:22:58 +0000 (15:52 +0530)]
Sonar Fix- PageEvet.Java - Rename the field to match regular expression and define constant instead of duplicating literal
Fixed Sonar Issues accross the file
Issue-ID: PORTAL-686
Change-Id: I73e775aab6f8d6b80a65bc0c5cb0614d5de21271
Signed-off-by: dinesha <dineshgs@in.ibm.com>
dinesha [Thu, 1 Aug 2019 09:17:59 +0000 (14:47 +0530)]
Sonar Fix- ReportFormFields.java
Fixed Sonar Issues accross the file
Issue-ID: PORTAL-686
Change-Id: I427688b57166ad06ad908b7ba093d8f2d9c811f9
Signed-off-by: dinesha <dineshgs@in.ibm.com>
dinesha [Thu, 1 Aug 2019 08:51:22 +0000 (14:21 +0530)]
Sonar Fix- ActionHandler.java
Fixed Sonar Issues accross the file
Issue-ID: PORTAL-686
Change-Id: I12f69c75607056542758a60f045d42f51d6b1d1e
Signed-off-by: dinesha <dineshgs@in.ibm.com>
dinesha [Thu, 1 Aug 2019 07:51:29 +0000 (13:21 +0530)]
Sonar Fix - ProfileSearchController.java
Fixed SOnar issues accross the file
Issue-ID: PORTAL-686
Change-Id: I89acda2c696dfd7d64fcf7b1ddbaa8078029f9ad
Signed-off-by: dinesha <dineshgs@in.ibm.com>
Manoop Talasila [Wed, 31 Jul 2019 20:16:05 +0000 (20:16 +0000)]
Merge "Publish fixed strings as public constants"
Lott, Christopher (cl778h) [Mon, 29 Jul 2019 15:41:36 +0000 (11:41 -0400)]
Publish fixed strings as public constants
Change-Id: I47c8458a0f16251ef19043eb63cf5f392990efdf
Issue-ID: PORTAL-657
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Parshad Patel [Thu, 25 Jul 2019 08:00:08 +0000 (17:00 +0900)]
Add fix for NullPointerException in epsdk-analytics
A "NullPointerException" could be thrown; "con" is nullable here
Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$
Issue-ID: PORTAL-562
Change-Id: Ic5ab68b1b1dc74b1bdf906bb1d9e743806c4df90
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
Sunder Tattavarada [Wed, 24 Jul 2019 16:08:53 +0000 (16:08 +0000)]
Merge "Blackduck scan fixes and PenTest"
st398c [Tue, 23 Jul 2019 18:02:06 +0000 (14:02 -0400)]
Blackduck scan fixes and PenTest
Issue-ID: PORTAL-631
Change-Id: I606837e3aefd0bbb7ff45ac2e597d214da06e7ed
Signed-off-by: st398c <st398c@research.att.com>
Lott, Christopher (cl778h) [Wed, 17 Jul 2019 17:23:55 +0000 (13:23 -0400)]
Repair null-pointer exception in init method
Change-Id: I0669adbbc67987b3e7034fa1af5e1376e156b52d
Issue-ID: PORTAL-657
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Manoop Talasila [Mon, 22 Jul 2019 19:28:18 +0000 (19:28 +0000)]
Merge "Harmonize logging to apache commons shim only"
Manoop Talasila [Mon, 22 Jul 2019 19:27:53 +0000 (19:27 +0000)]
Merge "Fixed Sonar "Blocker Bugs""
Lott, Christopher (cl778h) [Thu, 18 Jul 2019 12:23:59 +0000 (08:23 -0400)]
Harmonize logging to apache commons shim only
Remove EELF from two classes, now all use apache commons logging.
Remove epsdk-logger dependency, which eliminates EELF and its problems.
Change-Id: Ib825d90a0d4204bfe4a756e2df35b92ab520c932
Issue-ID: PORTAL-657
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Vasyl Razinkov [Mon, 20 May 2019 15:19:57 +0000 (16:19 +0100)]
Fixed Sonar "Blocker Bugs"
Fixed potential "thread-Leak"
Change-Id: I7efcbd4d7b6b69ca1f234bed8d28cbb8e51e3e25
Signed-off-by: Vasyl Razinkov <vasylrazinkov@sidero.ie>
Issue-ID: PORTAL-584
Parshad Patel [Tue, 16 Jul 2019 07:35:02 +0000 (16:35 +0900)]
Add logger to log exceptions & sonar issues fix
Either log or rethrow this exception
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call
Use "Boolean.toString" instead
Remove this unused local variable
Issue-ID: PORTAL-562
Change-Id: I5cee8add07910c68702b1a7539fae6f472db1f91
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
st398c [Wed, 10 Jul 2019 18:14:39 +0000 (14:14 -0400)]
Blackduck scan fixes
Issue-ID: PORTAL-631
Change-Id: I240f3656de2de2d3540f0fc1d615c461beab14c5
Signed-off-by: st398c <st398c@research.att.com>
Manoop Talasila [Tue, 9 Jul 2019 15:22:57 +0000 (15:22 +0000)]
Merge "Fix sonar issue in ActionHandler"
Manoop Talasila [Tue, 9 Jul 2019 15:21:36 +0000 (15:21 +0000)]
Merge "Fix sonar issues in SecurityXssValidator"
Manoop Talasila [Tue, 9 Jul 2019 15:17:36 +0000 (15:17 +0000)]
Merge "Fix sonar issues in OnBoardingApiServiceImpl"
Manoop Talasila [Tue, 9 Jul 2019 15:17:21 +0000 (15:17 +0000)]
Merge "Fix sonar issues in LogRegistry"
Manoop Talasila [Tue, 9 Jul 2019 15:17:07 +0000 (15:17 +0000)]
Merge "Fix sonar issues in MusicUtil"
Manoop Talasila [Tue, 9 Jul 2019 15:16:43 +0000 (15:16 +0000)]
Merge "Fix sonar issues in MusicService"
Manoop Talasila [Tue, 9 Jul 2019 15:16:19 +0000 (15:16 +0000)]
Merge "Fix sonar issue in ReportDashboardController"
Manoop Talasila [Tue, 9 Jul 2019 15:16:05 +0000 (15:16 +0000)]
Merge "Fix sonar issue in epsdk-domain"
Manoop Talasila [Tue, 9 Jul 2019 15:15:05 +0000 (15:15 +0000)]
Merge "Blackduck scan fixes"
Manoop Talasila [Tue, 9 Jul 2019 14:51:55 +0000 (14:51 +0000)]
Merge "Fix sonar issue in ReportDashboardController.java"
burdziak [Mon, 8 Jul 2019 14:47:50 +0000 (16:47 +0200)]
Fix sonar issue in ActionHandler
Change-Id: Iecda5ffe25903df8657cd83503b8aa4e3e93e553
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Mon, 8 Jul 2019 14:18:09 +0000 (16:18 +0200)]
Fix sonar issues in SecurityXssValidator
Change-Id: Ib610e5c905ef616434191e432932c0e63d5bd012
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Mon, 8 Jul 2019 13:47:42 +0000 (15:47 +0200)]
Fix sonar issues in OnBoardingApiServiceImpl
Change-Id: I0352a767386746f19413e6420550dc9563bbf255
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Mon, 8 Jul 2019 13:17:33 +0000 (15:17 +0200)]
Fix sonar issues in LogRegistry
Change-Id: I0aeaed5291a5c1c8fd7f4ccacbd78f6974c5e8e0
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Mon, 8 Jul 2019 13:06:34 +0000 (15:06 +0200)]
Fix sonar issues in MusicUtil
Change-Id: I644422502f7acaff394224dcf8119c7c0462c9dd
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Mon, 8 Jul 2019 12:47:39 +0000 (14:47 +0200)]
Fix sonar issues in MusicService
Change-Id: Ie5426cad77194eea3b328b22f7b1adaa5b9043a2
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Mon, 8 Jul 2019 08:39:52 +0000 (10:39 +0200)]
Fix sonar issue in ReportDashboardController
Change-Id: Ifef76894c8bc12636728c553593e6aa8afd37829
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
Parshad Patel [Tue, 23 Apr 2019 01:37:45 +0000 (10:37 +0900)]
Fix sonar issue in epsdk-domain
Fix Constructor has 10 parameters, which is greater than 7 authorized
Issue-ID: PORTAL-562
Change-Id: I8eff61e2d829c86bd20c7052c181f90eed1a5926
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
st398c [Tue, 2 Jul 2019 20:59:14 +0000 (16:59 -0400)]
Blackduck scan fixes
Issue-ID: PORTAL-631
Change-Id: Ic60f3d780b7391c4ce564180a678b7293f0e91ec
Signed-off-by: st398c <st398c@research.att.com>
Kotta, Shireesha (sk434m) [Fri, 28 Jun 2019 19:27:29 +0000 (15:27 -0400)]
PENTEST:Do not display stack trace for the api's
Issue-ID: PORTAL-654
PENTEST:Do not display stack trace for the api's and all users info for
get_user api
Change-Id: I68a4e3c7eba2628363275d63535290034591aa07
Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
Sunder Tattavarada [Wed, 19 Jun 2019 14:05:37 +0000 (14:05 +0000)]
Merge "Blackduck scan fixes"
st398c [Fri, 14 Jun 2019 18:36:53 +0000 (14:36 -0400)]
Blackduck scan fixes
Issue-ID: PORTAL-631
Change-Id: I1a09436f606831378b7f2a6211b1199ab830e06e
Signed-off-by: st398c <st398c@research.att.com>
Sunder Tattavarada [Mon, 17 Jun 2019 21:23:37 +0000 (21:23 +0000)]
Merge "Sonar fix Nullpointer and others"
Sunder Tattavarada [Mon, 17 Jun 2019 21:23:03 +0000 (21:23 +0000)]
Merge "Fix sonar issues (part) in WizardProcessor"
Sunder Tattavarada [Mon, 17 Jun 2019 21:22:48 +0000 (21:22 +0000)]
Merge "Fix sonar issues in WebRTCSocket"
Sunder Tattavarada [Mon, 17 Jun 2019 15:44:43 +0000 (15:44 +0000)]
Merge "Fix sonar issues in ChartWebRuntime"
Sunder Tattavarada [Mon, 17 Jun 2019 15:44:34 +0000 (15:44 +0000)]
Merge "Fix sonar issues in SecurityXssValidator"
Sunder Tattavarada [Mon, 17 Jun 2019 15:43:35 +0000 (15:43 +0000)]
Merge "Fix soner issues in ErrorHandler"
Sunder Tattavarada [Mon, 17 Jun 2019 15:43:16 +0000 (15:43 +0000)]
Merge "Fix sonar issues (part) in ActionHandler"
Sunder Tattavarada [Mon, 17 Jun 2019 15:42:59 +0000 (15:42 +0000)]
Merge "Fix sonar issues in epsdk-analytics"
Sunder Tattavarada [Fri, 14 Jun 2019 16:01:45 +0000 (16:01 +0000)]
Merge "Fix sonar issues in RoleFunctionListController"
Welch, Lorraine (lb2391) [Fri, 7 Jun 2019 19:39:46 +0000 (15:39 -0400)]
Added lorraineawelch as a committer in INFO.yaml
Issue-ID: PORTAL-618
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: Ic16ae690efb9da672cde2ba014e02468d09c4b63
burdziak [Fri, 7 Jun 2019 13:53:00 +0000 (15:53 +0200)]
Fix sonar issues (part) in WizardProcessor
Change-Id: Ic7d110e00c4f2903f7b92f9ef94bc890d43e4e4a
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 7 Jun 2019 12:18:09 +0000 (14:18 +0200)]
Fix soner issues in ErrorHandler
Change-Id: I4d1954b25dc171eb344ce1d6523742f5defc5f0d
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 7 Jun 2019 10:08:24 +0000 (12:08 +0200)]
Fix sonar issues (part) in ActionHandler
Change-Id: If14334a87aba9292afe467aa8413ac65dddf6ebb
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Thu, 6 Jun 2019 12:19:01 +0000 (14:19 +0200)]
Fix sonar issues in SecurityXssValidator
Change-Id: I8ef5c92c0e38c25e961a066b4bc6411c944210f7
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
Sunder Tattavarada [Thu, 6 Jun 2019 11:59:42 +0000 (11:59 +0000)]
Merge "Added fn_restricted_url entries"
Sunder Tattavarada [Thu, 6 Jun 2019 11:58:18 +0000 (11:58 +0000)]
Merge "Fix sonar issues in MusicProperties"
Sunder Tattavarada [Thu, 6 Jun 2019 11:57:27 +0000 (11:57 +0000)]
Merge "Fix sonar issues in SamplePageController"
Sunder Tattavarada [Thu, 6 Jun 2019 11:57:01 +0000 (11:57 +0000)]
Merge "Fix sonar issue in PostDroolsController"
Sunder Tattavarada [Thu, 6 Jun 2019 11:56:28 +0000 (11:56 +0000)]
Merge "Fix sonar issue in NetMapController.java"
Sunder Tattavarada [Thu, 6 Jun 2019 11:56:03 +0000 (11:56 +0000)]
Merge "Fix sonar issues in CollaborationController.java"
Sunder Tattavarada [Fri, 31 May 2019 14:38:06 +0000 (14:38 +0000)]
Merge "AtomicPutWithDeleteLock Copy Report, SQL Injection"
Arindam Mondal [Thu, 30 May 2019 07:51:19 +0000 (16:51 +0900)]
Sonar fix Nullpointer and others
https://sonar.onap.org/project/issues?createdAfter=2019-01-01&createdBefore=2019-05-30&id=org.onap.portal.sdk%3Aepsdk-project&resolved=false&types=BUG
+) Fix nullpointer
++) Code format
+++) Added try-with-resources
Issue-ID: PORTAL-600
Change-Id: I4edef0ffdc80ee2a3792f4d570a9629412334dce
Signed-off-by: arindamm <arind.mondal@samsung.com>
Parshad Patel [Thu, 30 May 2019 08:08:18 +0000 (17:08 +0900)]
Fix sonar issues in epsdk-analytics
Fix Cast one of the operands of this multiplication operation to a "long"
Fix Either log or rethrow this exception
Fix Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call
Fix Replace the type specification in this constructor call with the diamond operator ("<>")
Issue-ID: PORTAL-562
Change-Id: Ia356d705ece6528f401cf5a5a7b73843be562df3
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
st398c [Wed, 29 May 2019 19:03:01 +0000 (15:03 -0400)]
AtomicPutWithDeleteLock
Copy Report, SQL Injection
Issue-ID: PORTAL-581, PORTAL-582,PORTAL-583, PORTAL-594
Change-Id: Ibbd7a2a63f41a75109fb3916a5de1ab6a0bacfe2
Signed-off-by: st398c <st398c@research.att.com>
Welch, Lorraine (lb2391) [Thu, 23 May 2019 20:40:04 +0000 (16:40 -0400)]
Added fn_restricted_url entries
Issue-ID: PORTAL-521
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I4fcd12b888f9b813829ae8343da291c64452b29f
Pawel [Thu, 23 May 2019 09:36:31 +0000 (05:36 -0400)]
Fix sonar issues in ChartWebRuntime
Issue-ID: PORTAL-589
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I66daba54fe1557bd268a2dda754142916c6dcd0d
Pawel [Wed, 22 May 2019 13:15:32 +0000 (09:15 -0400)]
Fix sonar issues in WebRTCSocket
Issue-ID: PORTAL-587
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I3087714f7d3b8b012a8b93b1ac92b88d33cd910d
Pawel [Wed, 22 May 2019 09:28:59 +0000 (05:28 -0400)]
Fix sonar issues in RoleFunctionListController
Issue-ID: PORTAL-585
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I9e8362923ff19d3e49164e0fad68ff25a7c10f39
burdziak [Fri, 17 May 2019 13:38:54 +0000 (15:38 +0200)]
Fix sonar issues in MusicProperties
Change-Id: I9ee0819cdbf97c00347019ef213b037c5d5d5b3a
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 17 May 2019 09:41:27 +0000 (11:41 +0200)]
Fix sonar issues in SamplePageController
Change-Id: I91153d063f8da3ab6de15814b9a4f98d4b3403f9
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 17 May 2019 09:33:01 +0000 (11:33 +0200)]
Fix sonar issue in ReportDashboardController.java
Change-Id: Ie4767605398be34fdec54080864964505485102d
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 17 May 2019 09:29:03 +0000 (11:29 +0200)]
Fix sonar issue in PostDroolsController
Change-Id: I62a4af22f97ff9b52c5ebc01ca347eab1361d7d3
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 17 May 2019 08:50:16 +0000 (10:50 +0200)]
Fix sonar issue in NetMapController.java
Change-Id: I56ea637684df41434a220b0e9d5986d9fb7f1c93
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 17 May 2019 08:45:10 +0000 (10:45 +0200)]
Fix sonar issues in CollaborationController.java
Change-Id: Ic8c78c6ca5645f19182cb4afa06db4d996265a20
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 17 May 2019 08:18:57 +0000 (10:18 +0200)]
Fix sonar issues in UsageListController
Change-Id: Ia6743652884bc505e7d8694b270bc9b31c14b7c8
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Wed, 15 May 2019 13:31:20 +0000 (15:31 +0200)]
Fix sonar issues
Change-Id: Ia104ca24015784ad0f733f27f5f69dec9b8562e0
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
Manoop Talasila [Thu, 25 Apr 2019 13:30:47 +0000 (13:30 +0000)]
Merge "Fix sonar issues (part) in ChartD3Helper"
Sunder Tattavarada [Wed, 24 Apr 2019 22:22:50 +0000 (22:22 +0000)]
Merge "Fisx sonar issues (part)"
Manoop Talasila [Tue, 23 Apr 2019 17:40:46 +0000 (17:40 +0000)]
Merge "Fix sonar issues (part) in WizardProcessor"
Manoop Talasila [Tue, 23 Apr 2019 17:40:24 +0000 (17:40 +0000)]
Merge "Fix sonar issues (part) in MusicService"
burdziak [Fri, 19 Apr 2019 13:27:13 +0000 (15:27 +0200)]
Fix sonar issues (part) in ChartD3Helper
Change-Id: I742c940914026b759e8240f2b23e90e2b89e2c44
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 19 Apr 2019 11:31:50 +0000 (13:31 +0200)]
Fix sonar issues (part) in WizardProcessor
Change-Id: If94ab91aa4307724ea0a04139cb0365f58175e1f
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Thu, 11 Apr 2019 13:29:58 +0000 (15:29 +0200)]
Fix sonar issues (part) in MusicService
Change-Id: I043cb7e3ea4c3f1ad450e07966d8c2a098e0936e
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 19 Apr 2019 10:02:07 +0000 (12:02 +0200)]
Fix sonar issues in ErrorHandler
Change-Id: I7824b6bb52b4e3f8b205cdfa3a56281bf5423b50
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
Arindam Mondal [Thu, 18 Apr 2019 10:05:58 +0000 (19:05 +0900)]
Fix sonar issue: implement builder
link: https://sonar.onap.org/issues?projectUuids=AV8LJxI3uDqGnRl2bdaB&resolved=false&rules=squid%3AS00107
Issue-ID: PORTAL-559
Change-Id: I28c202e69f4856131b91918c41343ae6a5df3bbe
Signed-off-by: arind.mondal <arind.mondal@samsung.com>
Manoop Talasila [Tue, 16 Apr 2019 21:17:22 +0000 (21:17 +0000)]
Merge "Fix sonar issues (part) in Controller"
Manoop Talasila [Tue, 16 Apr 2019 21:13:40 +0000 (21:13 +0000)]
Merge "Fix sonar issues in RaptorObject"
Manoop Talasila [Tue, 16 Apr 2019 21:11:27 +0000 (21:11 +0000)]
Merge "Fix sonar issues in OnBoardingApiServiceImpl"
Manoop Talasila [Tue, 16 Apr 2019 21:09:39 +0000 (21:09 +0000)]
Merge "Fix sonar issues in MusicUtil"
burdziak [Tue, 16 Apr 2019 13:41:14 +0000 (15:41 +0200)]
Fix sonar issues (part) in Controller
Change-Id: I992e13c938b6d1c691614f4f5e5118066293b3e0
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Tue, 16 Apr 2019 13:11:33 +0000 (15:11 +0200)]
Fisx sonar issues (part)
Change-Id: I039cc19d097d7b1452af82cb64934cd22f049a17
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Tue, 16 Apr 2019 11:53:43 +0000 (13:53 +0200)]
Fix sonar issues in RaptorObject
Change-Id: I146a5f6fbc51d320e3d93dc17f133d4e687e8a1f
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 12 Apr 2019 13:01:19 +0000 (15:01 +0200)]
Fix sonar issues in OnBoardingApiServiceImpl
Change-Id: Ic01054b4051c89082e17b35a21f9030d5495b561
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 12 Apr 2019 10:58:24 +0000 (12:58 +0200)]
Fix sonar issues in MusicUtil
Change-Id: I19b7515c8bfcd614f3bf417267f0e53793ea53a2
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
burdziak [Fri, 12 Apr 2019 09:43:41 +0000 (11:43 +0200)]
Fix sonar issue in MusicCleanUp
Change-Id: Ibe813d427d5e83d3e1d0e117fb4c5f73aa9345cf
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
Manoop Talasila [Thu, 11 Apr 2019 13:50:42 +0000 (13:50 +0000)]
Merge "Fix sonar issues in ElasticSearchController"