portal/sdk.git
5 years agoResolved null-pointer-exception while running raptor test cases 85/99685/3
mravula [Mon, 16 Dec 2019 20:37:23 +0000 (15:37 -0500)]
Resolved null-pointer-exception while running raptor test cases

Issue-ID: PORTAL-725

Change-Id: I31b57e200b98e616f32f73e1b6a14682555fca94
Signed-off-by: mravula <mr257h@att.com>
5 years agoMerge "Fix NPE & other sonar in epsdk-analytics"
Manoop Talasila [Fri, 6 Dec 2019 16:21:41 +0000 (16:21 +0000)]
Merge "Fix NPE & other sonar in epsdk-analytics"

5 years agoMerge "sidebar component spec- added unit test cases"
Lorraine Welch [Wed, 4 Dec 2019 22:03:34 +0000 (22:03 +0000)]
Merge "sidebar component spec- added unit test cases"

5 years agoMerge "menu component- test cases"
Lorraine Welch [Wed, 4 Dec 2019 22:03:10 +0000 (22:03 +0000)]
Merge "menu component- test cases"

5 years agomenu component- test cases 31/99131/1
Arundathi Patil [Wed, 4 Dec 2019 10:21:42 +0000 (15:51 +0530)]
menu component- test cases

wrote test case for menu component

Issue-ID: PORTAL-416
Change-Id: I5884c703a81d101a266742b529e95dbdbe808f17
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoSpec file error fixes 00/99000/1
Arundathi Patil [Mon, 2 Dec 2019 10:26:26 +0000 (15:56 +0530)]
Spec file error fixes

Fixed multiple errors in multiple spec files which caused test case
failures

Issue-ID: PORTAL-416
Change-Id: I71f51a31301b7f2dc77a763b2799a4b665e596cd
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agosidebar component spec- added unit test cases 97/98997/1
Arundathi Patil [Mon, 2 Dec 2019 09:26:28 +0000 (14:56 +0530)]
sidebar component spec- added unit test cases

Issue-ID: PORTAL-416
Change-Id: Ia6042763a5337e675241225ee0787686e8c9133a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoFix NPE & other sonar in epsdk-analytics 71/98271/1
Parshad Patel [Tue, 12 Nov 2019 05:44:41 +0000 (14:44 +0900)]
Fix NPE & other sonar in epsdk-analytics

A "NullPointerException" could be thrown
Use a logger to log this exception

Issue-ID: PORTAL-562
Change-Id: I0ee2a761136167fd6c2e1d868ae8359eba78462f
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoMerge "Security Vulnerability in pom.xml fix"
Manoop Talasila [Tue, 29 Oct 2019 14:29:29 +0000 (14:29 +0000)]
Merge "Security Vulnerability in pom.xml fix"

5 years agoSonar fixes 97/97597/1
Arindam Mondal [Fri, 25 Oct 2019 02:48:01 +0000 (11:48 +0900)]
Sonar fixes

+) Bug: Introduce a new variable instead of reusing the parameter "pageNo"
++) Removed unused import
+++) Removed unused local variable

Issue-ID: PORTAL-740
Change-Id: I8e0b1f19f2e33e87c9d668fdc4239e9f696be91f
Signed-off-by: arindamm <arind.mondal@samsung.com>
5 years agoFix sonar issues (part) in RaptorControllerAsync 17/97417/1
burdziak [Tue, 22 Oct 2019 10:19:29 +0000 (12:19 +0200)]
Fix sonar issues (part) in RaptorControllerAsync

Change-Id: I0b6394937f274351ca2e7f111dd6353f121f34b9
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues (part) in ActionHandler 76/97376/1
burdziak [Mon, 21 Oct 2019 13:37:15 +0000 (15:37 +0200)]
Fix sonar issues (part) in ActionHandler

Change-Id: I8975e95e5d5d142b5eef0243df6d314a3f423b81
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoSecurity Vulnerability in pom.xml fix 09/97309/1
Dominik Mizyn [Fri, 18 Oct 2019 12:43:07 +0000 (14:43 +0200)]
Security Vulnerability in pom.xml fix

Security Vulnerability in pom.xml fix

Issue-ID: PORTAL-772
Change-Id: I6b0932122b101411b06d371e757918875529b87d
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
5 years agoUpdate poi-ooxml version 93/96893/4
Manoop Talasila [Thu, 10 Oct 2019 15:08:13 +0000 (11:08 -0400)]
Update poi-ooxml version

update from 3.14 to 3.17 in epsdk-analytics

Issue-ID: PORTAL-757
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: I08cfadca1197cae88dfb7a326ad5f4cbd81f1236

5 years agoFix NPE & other issues in ReportWrapper 57/96857/1
Parshad Patel [Thu, 10 Oct 2019 11:47:23 +0000 (20:47 +0900)]
Fix NPE & other issues in ReportWrapper

Fix A "NullPointerException" could be thrown
Either log or rethrow this exception
Move the string literal on the left side of this string comparison

Issue-ID: PORTAL-562
Change-Id: I73ed2f3a874bc1275cee93a3156d06b527ca1fda
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoFix NPE issue in epsdk-analytics 90/96490/1
Parshad Patel [Wed, 2 Oct 2019 02:25:24 +0000 (11:25 +0900)]
Fix NPE issue in epsdk-analytics

Fix A "NullPointerException" could be thrown
Either log or rethrow this exception
Define a constant instead of duplicating this literal
Replace the type specification in this constructor call with the diamond operator ("<>")

Issue-ID: PORTAL-562
Change-Id: I51a8bb0feec5b63f82b19097d62a4977a020fdfe
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoMerge "Fix sonar issues (part) in ReportDefinition"
Manoop Talasila [Thu, 26 Sep 2019 14:31:11 +0000 (14:31 +0000)]
Merge "Fix sonar issues (part) in ReportDefinition"

5 years agoMerge "updated sidebar to display menu items even if action is empty"
Manoop Talasila [Thu, 26 Sep 2019 14:30:38 +0000 (14:30 +0000)]
Merge "updated sidebar to display menu items even if action is empty"

5 years agoFix sonar issues (part) in ReportDefinition 30/96130/1
burdziak [Mon, 23 Sep 2019 07:26:50 +0000 (09:26 +0200)]
Fix sonar issues (part) in ReportDefinition

Change-Id: I68536d6a7c5b5f44a6f0431df2da756a38abc61f
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoChanged version in LICENSE.txt 79/96079/1
Welch, Lorraine (lb2391) [Fri, 20 Sep 2019 13:12:53 +0000 (09:12 -0400)]
Changed version in LICENSE.txt

Issue-ID: PORTAL-743

Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I9cf6c839fb3609d65a28c5d66ce3a33e5f97baf3

5 years agoupdated sidebar to display menu items even if action is empty 37/96037/1
mravula [Thu, 19 Sep 2019 20:33:23 +0000 (16:33 -0400)]
updated sidebar to display menu items even if action is empty

Issue-ID: PORTAL-742

Change-Id: Ia0490d3a936b57aae83c75f8818ad3b517b04984
Signed-off-by: mravula <mr257h@att.com>
5 years agoMerge "Raptor form fields tab in report wizard. Removed package-lock.json and uncomme...
Manoop Talasila [Thu, 19 Sep 2019 17:54:11 +0000 (17:54 +0000)]
Merge "Raptor form fields tab in report wizard. Removed package-lock.json and uncommented angular build tags in pom.xml"

5 years agoMerge "Fix sonar issues (part) in Globals.java"
Manoop Talasila [Thu, 19 Sep 2019 14:48:10 +0000 (14:48 +0000)]
Merge "Fix sonar issues (part) in Globals.java"

5 years agoMerge "General Sonar Fixes"
Manoop Talasila [Thu, 19 Sep 2019 14:47:31 +0000 (14:47 +0000)]
Merge "General Sonar Fixes"

5 years agoRaptor form fields tab in report wizard. Removed package-lock.json and 28/95928/3
mravula [Wed, 18 Sep 2019 15:03:19 +0000 (11:03 -0400)]
Raptor form fields tab in report wizard. Removed package-lock.json and
uncommented angular build tags in pom.xml

Issue-ID: PORTAL-725

Change-Id: I9b03dbdc9f12e4e7f84190b779cfe79d919bdd66
Signed-off-by: mravula <mr257h@att.com>
5 years agoFix sonar issues (part) in Globals.java 91/95891/1
burdziak [Wed, 18 Sep 2019 06:41:29 +0000 (08:41 +0200)]
Fix sonar issues (part) in Globals.java

Change-Id: I880e980718ab43b16cb9665fc7733de55e5e00df
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoGeneral Sonar Fixes 16/95716/1
Arindam Mondal [Mon, 16 Sep 2019 07:47:30 +0000 (16:47 +0900)]
General Sonar Fixes

Issue-ID: PORTAL-740
Change-Id: I050c3ffa64ae95eadca3a99ec149736fa9dbde67
Signed-off-by: arindamm <arind.mondal@samsung.com>
5 years agoCreated a test report for Raptor 60/95660/1
Welch, Lorraine (lb2391) [Fri, 13 Sep 2019 16:32:27 +0000 (12:32 -0400)]
Created a test report for Raptor

Issue-ID: PORTAL-737

Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I69ebf4da7a66462d2fa280e3a65aa6c17c3879ce

5 years agoUpdate music jar version 91/95591/1
Manoop Talasila [Tue, 10 Sep 2019 16:08:10 +0000 (12:08 -0400)]
Update music jar version

Update music jar version to 2.5.10 and remove snapshot
For releasing 2.6.0 portal-sdk libs for El Alto release

Issue-ID: PORTAL-727
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: Iedc0c67b6c372fde31990aa4de02fcf53ac8528d

5 years agoMerge "Raptor user interface code in Angular"
Sunder Tattavarada [Wed, 11 Sep 2019 14:32:33 +0000 (14:32 +0000)]
Merge "Raptor user interface code in Angular"

5 years agoRaptor user interface code in Angular 51/95251/3
mravula [Mon, 9 Sep 2019 16:12:05 +0000 (12:12 -0400)]
Raptor user interface code in Angular

Issue-ID: PORTAL-725

Signed-off-by: mravula <mr257h@att.com>
Change-Id: I0ceaf52026ba43b8f16e1e904643dccec74df09c

5 years agoFix sonar issues in epsdk-analytics 09/95309/1
Parshad Patel [Tue, 10 Sep 2019 07:16:39 +0000 (16:16 +0900)]
Fix sonar issues in epsdk-analytics

A "NullPointerException" could be thrown
Either log or rethrow this exception
Use try-with-resources or close this in a "finally" clause

Issue-ID: PORTAL-562
Change-Id: Ic77f71ffdd11ad327bffebc8fd483e32633e4b30
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoAdded restricted URLS 70/94870/1
Welch, Lorraine (lb2391) [Tue, 3 Sep 2019 22:33:25 +0000 (18:33 -0400)]
Added restricted URLS

Issue-ID: PORTAL-726

Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I86b9eeda1e5a209ce46e62542e9391445314df41

5 years agoMerge "Sonar fix- CacheAdminController.java - Remove unused import"
Manoop Talasila [Wed, 28 Aug 2019 18:48:39 +0000 (18:48 +0000)]
Merge "Sonar fix- CacheAdminController.java - Remove unused import"

5 years agoRemove carrier specific reference 09/94209/3
statta [Fri, 23 Aug 2019 12:59:07 +0000 (08:59 -0400)]
Remove carrier specific reference

Issue-ID: PORTAL-302
Change-Id: I7c0f21ef0a037176c159bfa7823918bee80b16b4
Signed-off-by: statta <statta@research.att.com>
5 years agoUpdate main page routing 07/94207/1
statta [Fri, 23 Aug 2019 12:55:20 +0000 (08:55 -0400)]
Update main page routing

Issue-ID: PORTAL-706
Change-Id: I05ab9ca9b4a4bd420bca808f9be793c327c127ce
Signed-off-by: statta <statta@research.att.com>
5 years agoMerge "Sonar fix - ChartD3Helper.java - Rename the Variable to match the regular...
Manoop Talasila [Mon, 19 Aug 2019 14:51:11 +0000 (14:51 +0000)]
Merge "Sonar fix - ChartD3Helper.java - Rename the Variable to match the regular expression"

5 years agoMerge "Sonar Fix - SendEmail.java - Remove the declaration of thrown exception"
Manoop Talasila [Mon, 19 Aug 2019 14:47:49 +0000 (14:47 +0000)]
Merge "Sonar Fix - SendEmail.java - Remove the declaration of thrown exception"

5 years agoMerge "Sonar Fix - Line.java - Remove this unused import"
Manoop Talasila [Mon, 19 Aug 2019 14:47:39 +0000 (14:47 +0000)]
Merge "Sonar Fix - Line.java - Remove this unused import"

5 years agoSonar fix- CacheAdminController.java - Remove unused import 75/93875/1
dinesha [Mon, 19 Aug 2019 14:33:41 +0000 (20:03 +0530)]
Sonar fix- CacheAdminController.java - Remove unused import

Fixed sonar issues across the file

Issue-ID: PORTAL-686
Change-Id: Ieb3984593ed062c5ff533dc8f8bfd3baadba56d3
Signed-off-by: dinesha <dineshgs@in.ibm.com>
5 years agoSonar fix - ChartD3Helper.java - Rename the Variable to match the regular expression 74/93874/1
dinesha [Mon, 19 Aug 2019 14:17:00 +0000 (19:47 +0530)]
Sonar fix - ChartD3Helper.java - Rename the Variable to match the regular expression

Fixed sonar issues accross the file

Issue-ID: PORTAL-686
Change-Id: I5079aafd0855291fe5c35d9abf8d98f31f1c8235
Signed-off-by: dinesha <dineshgs@in.ibm.com>
5 years agoMigrating screens to Angular 7 13/93713/3
statta [Fri, 16 Aug 2019 16:14:10 +0000 (12:14 -0400)]
Migrating screens to Angular 7

Issue-ID: PORTAL-706

Change-Id: Ic3feb4019923040aafe6e9a97a60b41165be8b40
Signed-off-by: statta <statta@research.att.com>
5 years agoSonar Fix - SendEmail.java - Remove the declaration of thrown exception 67/93667/1
dinesha [Fri, 16 Aug 2019 07:33:25 +0000 (13:03 +0530)]
Sonar Fix - SendEmail.java - Remove the declaration of thrown exception

Fixed sonar issues across the file

Issue-ID: PORTAL-686
Change-Id: I78e94c5d50efa76a5d2183fa154ab8477a65c928
Signed-off-by: dinesha <dineshgs@in.ibm.com>
5 years agoSonar Fix - Line.java - Remove this unused import 66/93666/1
dinesha [Fri, 16 Aug 2019 07:12:19 +0000 (12:42 +0530)]
Sonar Fix - Line.java - Remove this unused import

Fixed sonar issues across the file

Issue-ID: PORTAL-686
Change-Id: I0bb9fac696d0f06200bc02ae8f78c3f19272ce4b
Signed-off-by: dinesha <dineshgs@in.ibm.com>
5 years agoMerge "Sonar Fix - RaptorServiceImpl.java - Move this variable to comply with Java...
Manoop Talasila [Tue, 13 Aug 2019 18:30:37 +0000 (18:30 +0000)]
Merge "Sonar Fix - RaptorServiceImpl.java - Move this variable to comply with Java Code Conventions"

5 years agoMerge "Sonar Fix - SearchHandler.java - Remove this unused import"
Manoop Talasila [Tue, 13 Aug 2019 18:30:07 +0000 (18:30 +0000)]
Merge "Sonar Fix - SearchHandler.java - Remove this unused import"

5 years agoMerge "Fix sonar issues in Line.java"
Manoop Talasila [Tue, 13 Aug 2019 18:28:59 +0000 (18:28 +0000)]
Merge "Fix sonar issues in Line.java"

5 years agoMerge "Fix sonar issues in ValidationException"
Manoop Talasila [Tue, 13 Aug 2019 18:28:38 +0000 (18:28 +0000)]
Merge "Fix sonar issues in ValidationException"

5 years agoMerge "Fix sonar issues in ReportSQLException"
Manoop Talasila [Tue, 13 Aug 2019 18:28:20 +0000 (18:28 +0000)]
Merge "Fix sonar issues in ReportSQLException"

5 years agoMerge "Fix sonar issues in WizardSequenceSQLBasedLinearDatamining"
Manoop Talasila [Tue, 13 Aug 2019 18:28:01 +0000 (18:28 +0000)]
Merge "Fix sonar issues in WizardSequenceSQLBasedLinearDatamining"

5 years agoMerge "Fix sonar issues in WizardSequenceSQLBasedLinear"
Manoop Talasila [Tue, 13 Aug 2019 18:27:36 +0000 (18:27 +0000)]
Merge "Fix sonar issues in WizardSequenceSQLBasedLinear"

5 years agoMerge "Fix sonar issues in WizardSequenceSQLBasedHive"
Manoop Talasila [Tue, 13 Aug 2019 18:27:09 +0000 (18:27 +0000)]
Merge "Fix sonar issues in WizardSequenceSQLBasedHive"

5 years agoMerge "Fix sonar issues in WizardSequenceSQLBasedCrossTab"
Manoop Talasila [Tue, 13 Aug 2019 18:26:47 +0000 (18:26 +0000)]
Merge "Fix sonar issues in WizardSequenceSQLBasedCrossTab"

5 years agoMerge "Fix sonar issues in WizardSequenceLinear"
Manoop Talasila [Tue, 13 Aug 2019 18:26:25 +0000 (18:26 +0000)]
Merge "Fix sonar issues in WizardSequenceLinear"

5 years agoMerge "Sonar fix in epsdk-core"
Manoop Talasila [Tue, 13 Aug 2019 18:25:59 +0000 (18:25 +0000)]
Merge "Sonar fix in epsdk-core"

5 years agoMerge "Fix sonar issues in WizardProcessor"
Manoop Talasila [Tue, 13 Aug 2019 18:25:25 +0000 (18:25 +0000)]
Merge "Fix sonar issues in WizardProcessor"

5 years agoMerge "Fix sonar issues in ActionHandler"
Manoop Talasila [Tue, 13 Aug 2019 18:24:49 +0000 (18:24 +0000)]
Merge "Fix sonar issues in ActionHandler"

5 years agoSonar Fix - RaptorServiceImpl.java - Move this variable to comply with Java Code... 32/93332/1
dinesha [Mon, 12 Aug 2019 10:42:41 +0000 (16:12 +0530)]
Sonar Fix - RaptorServiceImpl.java - Move this variable to comply with Java Code Conventions

Fixed sonar issues across the file

Issue-ID: PORTAL-686
Change-Id: Idd0b20c3b029bef742594f42a22686520d12c68e
Signed-off-by: dinesha <dineshgs@in.ibm.com>
5 years agoSonar Fix - SearchHandler.java - Remove this unused import 57/93157/1
dinesha [Fri, 9 Aug 2019 07:33:12 +0000 (13:03 +0530)]
Sonar Fix - SearchHandler.java - Remove this unused import

Fixed sonar issues accross the file

Issue-ID: PORTAL-686
Change-Id: I0277e4eb40a923623e82e2b8e393dfe54ce8999b
Signed-off-by: dinesha <dineshgs@in.ibm.com>
5 years agoFix sonar issues in Line.java 85/92885/1
burdziak [Wed, 7 Aug 2019 12:13:58 +0000 (14:13 +0200)]
Fix sonar issues in Line.java

Change-Id: Ia1f3df384e82d6e7d9aab02339b6b682f672415c
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in ValidationException 79/92879/1
burdziak [Wed, 7 Aug 2019 11:44:02 +0000 (13:44 +0200)]
Fix sonar issues in ValidationException

Change-Id: I1dc2028f22857f7e96918f4a609f0c9ba10934fc
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in ReportSQLException 77/92877/1
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>
5 years agoFix sonar issues in WizardSequenceSQLBasedLinearDatamining 73/92873/1
burdziak [Wed, 7 Aug 2019 11:06:33 +0000 (13:06 +0200)]
Fix sonar issues in WizardSequenceSQLBasedLinearDatamining

Change-Id: Ic2e572f2740d89ab6c981351f94b9e20dcdb2106
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in WizardSequenceSQLBasedLinear 72/92872/1
burdziak [Wed, 7 Aug 2019 10:57:55 +0000 (12:57 +0200)]
Fix sonar issues in WizardSequenceSQLBasedLinear

Change-Id: Ieba2d5f272780400f9bf773548e2f8504bb40b1a
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in WizardSequenceSQLBasedHive 70/92870/1
burdziak [Wed, 7 Aug 2019 10:50:26 +0000 (12:50 +0200)]
Fix sonar issues in WizardSequenceSQLBasedHive

Change-Id: I16463a87dffbf1044b63eafacde410eac04db783
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in WizardSequenceSQLBasedCrossTab 69/92869/1
burdziak [Wed, 7 Aug 2019 10:42:50 +0000 (12:42 +0200)]
Fix sonar issues in WizardSequenceSQLBasedCrossTab

Change-Id: I9324d5b1af06bf3677cfc412d4825d75a48a7529
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoSonar fix in epsdk-core 68/92868/1
Parshad Patel [Wed, 7 Aug 2019 07:00:20 +0000 (16:00 +0900)]
Sonar fix in epsdk-core

A "NullPointerException" could be thrown; "appuser" is nullable here
Either re-interrupt this method or rethrow the "InterruptedException"

Issue-ID: PORTAL-562
Change-Id: Idc3cf823d42ad4afc3ca1ae58c3994916e0d8142
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoFix sonar issues in WizardSequenceLinear 67/92867/1
burdziak [Wed, 7 Aug 2019 06:52:19 +0000 (08:52 +0200)]
Fix sonar issues in WizardSequenceLinear

Change-Id: I93f464f52138138317d384291a48e1fbf4ce22ac
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in WizardProcessor 75/92775/1
burdziak [Tue, 6 Aug 2019 10:51:29 +0000 (12:51 +0200)]
Fix sonar issues in WizardProcessor

Change-Id: I0a26ae37ce1ba9c44e83c5a72087fbfc44f3d0d7
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in ActionHandler 68/92768/1
burdziak [Tue, 6 Aug 2019 10:17:00 +0000 (12:17 +0200)]
Fix sonar issues in ActionHandler

Change-Id: I8df83707544d8646d5788e0533e43f2ecb4d446b
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix sonar issues in SecurityXssFilter 66/92766/1
burdziak [Tue, 6 Aug 2019 09:15:02 +0000 (11:15 +0200)]
Fix sonar issues in SecurityXssFilter

Change-Id: Ibb4bbb1197aed3208835a82b4dbabe2cbd2eb93a
Issue-ID: PORTAL-523
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoMerge "Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exception"
Manoop Talasila [Mon, 5 Aug 2019 18:41:20 +0000 (18:41 +0000)]
Merge "Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exception"

5 years agoMerge "Sonar Fix- PageEvet.Java - Rename the field to match regular expression and...
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"

5 years agoMerge "Sonar Fix- ReportFormFields.java"
Manoop Talasila [Mon, 5 Aug 2019 18:40:10 +0000 (18:40 +0000)]
Merge "Sonar Fix- ReportFormFields.java"

5 years agoMerge "Sonar Fix- ActionHandler.java"
Manoop Talasila [Mon, 5 Aug 2019 18:39:43 +0000 (18:39 +0000)]
Merge "Sonar Fix- ActionHandler.java"

5 years agoSonar Fix- RemDbUtils.java- Remove the declaration of thrown exception 64/92564/1
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>
5 years agoSonar Fix- PageEvet.Java - Rename the field to match regular expression and define... 63/92563/1
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>
5 years agoSonar Fix- ReportFormFields.java 47/92447/1
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>
5 years agoSonar Fix- ActionHandler.java 44/92444/1
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>
5 years agoSonar Fix - ProfileSearchController.java 36/92436/1
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>
5 years agoMerge "Publish fixed strings as public constants"
Manoop Talasila [Wed, 31 Jul 2019 20:16:05 +0000 (20:16 +0000)]
Merge "Publish fixed strings as public constants"

5 years agoPublish fixed strings as public constants 17/92217/2
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>
5 years agoAdd fix for NullPointerException in epsdk-analytics 93/91993/1
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>
5 years agoMerge "Blackduck scan fixes and PenTest"
Sunder Tattavarada [Wed, 24 Jul 2019 16:08:53 +0000 (16:08 +0000)]
Merge "Blackduck scan fixes and PenTest"

5 years agoBlackduck scan fixes and PenTest 91/91891/1
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>
5 years agoRepair null-pointer exception in init method 22/91622/2
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>
5 years agoMerge "Harmonize logging to apache commons shim only"
Manoop Talasila [Mon, 22 Jul 2019 19:28:18 +0000 (19:28 +0000)]
Merge "Harmonize logging to apache commons shim only"

5 years agoMerge "Fixed Sonar "Blocker Bugs""
Manoop Talasila [Mon, 22 Jul 2019 19:27:53 +0000 (19:27 +0000)]
Merge "Fixed Sonar "Blocker Bugs""

5 years agoHarmonize logging to apache commons shim only 71/91671/1
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>
5 years agoFixed Sonar "Blocker Bugs" 87/88087/10
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

5 years agoAdd logger to log exceptions & sonar issues fix 93/91493/1
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>
5 years agoBlackduck scan fixes 81/91181/2
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>
5 years agoMerge "Fix sonar issue in ActionHandler"
Manoop Talasila [Tue, 9 Jul 2019 15:22:57 +0000 (15:22 +0000)]
Merge "Fix sonar issue in ActionHandler"

5 years agoMerge "Fix sonar issues in SecurityXssValidator"
Manoop Talasila [Tue, 9 Jul 2019 15:21:36 +0000 (15:21 +0000)]
Merge "Fix sonar issues in SecurityXssValidator"

5 years agoMerge "Fix sonar issues in OnBoardingApiServiceImpl"
Manoop Talasila [Tue, 9 Jul 2019 15:17:36 +0000 (15:17 +0000)]
Merge "Fix sonar issues in OnBoardingApiServiceImpl"

5 years agoMerge "Fix sonar issues in LogRegistry"
Manoop Talasila [Tue, 9 Jul 2019 15:17:21 +0000 (15:17 +0000)]
Merge "Fix sonar issues in LogRegistry"

5 years agoMerge "Fix sonar issues in MusicUtil"
Manoop Talasila [Tue, 9 Jul 2019 15:17:07 +0000 (15:17 +0000)]
Merge "Fix sonar issues in MusicUtil"

5 years agoMerge "Fix sonar issues in MusicService"
Manoop Talasila [Tue, 9 Jul 2019 15:16:43 +0000 (15:16 +0000)]
Merge "Fix sonar issues in MusicService"

5 years agoMerge "Fix sonar issue in ReportDashboardController"
Manoop Talasila [Tue, 9 Jul 2019 15:16:19 +0000 (15:16 +0000)]
Merge "Fix sonar issue in ReportDashboardController"

5 years agoMerge "Fix sonar issue in epsdk-domain"
Manoop Talasila [Tue, 9 Jul 2019 15:16:05 +0000 (15:16 +0000)]
Merge "Fix sonar issue in epsdk-domain"