summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/src/main
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07lowered some code smellsIndrijeet kumar7-10/+13
lowered some code smells Issue-ID: PORTAL-813 Change-Id: Ie1a8136d352d267b8a452a3d33ddd3d544be23c0 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-07reduced some code smellsIndrijeet kumar8-10/+9
reduced some code smells Issue-ID: PORTAL-813 Change-Id: I5de9eef7f9b4e7983a2893fe91c83226fe1903cd Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-07Merge "removed some code smells in AppConstants.java"Lorraine Welch1-189/+189
2020-05-07removed some code smells in AppConstants.javaIndrijeet kumar1-189/+189
removed some code smells in AppConstants.java Issue-ID: PORTAL-813 Change-Id: I341037c0115f64af2c0f3e642ad2efed59b53941 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-07removed some code smellsIndrijeet kumar6-35/+35
removed some code smells Issue-ID: PORTAL-813 Change-Id: I936676da6411bcb84ed61a646664f6df23aa2601 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-06Merge "code smells removed"Lorraine Welch7-22/+22
2020-05-06code smells removedIndrijeet kumar7-22/+22
code smells removed Issue-ID: PORTAL-813 Change-Id: Ia2148e9d874162b776147c88860a0366071c4ed2 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-06lowred some code smellsIndrijeet kumar5-16/+15
lowred some code smells Issue-ID: PORTAL-813 Change-Id: I30e79e5f35517ac27336d813bf23806e839788d5 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-20Merge "removed some code smells"Lorraine Welch3-59/+115
2020-04-14Merge "improved code structure"Lorraine Welch1-59/+117
2020-04-10Merge "reduced code smells"Lorraine Welch6-19/+36
2020-04-09reduced code smellsRupinder6-19/+36
Improved some code stucture Issue-ID: PORTAL-865 Change-Id: I9651ed6f592f83daf3c270749938e7ebc7a38619 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-08improved code structureRupinder1-12/+20
Removed code smells Issue-ID: PORTAL-865 Change-Id: If444f9d8c1048a4c0696f9bc9d4a124c117e9651 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-08improved code structureRupinder1-59/+117
Removed code smells Issue-ID: PORTAL-865 Change-Id: I35c650ad0f0973e7665390cf1e56fefbe60781d5 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-08removed some code smellsRupinder3-59/+115
Atmost 1 statement is allowed per line so moved the 2nd statement to next line Issue-ID: PORTAL-865 Change-Id: I7f6ba50c2e6b1d8af4f3c1fedc03e00eac16b775 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-03Merge "removed code smells"Lorraine Welch4-14/+34
2020-04-03removed code smellsRupinder4-12/+27
Improved code quality by removing code smells Issue-ID: PORTAL-865 Change-Id: Ic68e75d36672a9b51800853c0ac485e9bb603d3b Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-02removed code smellsRupinder4-14/+34
Removed code smells by improving code structure Issue-ID: PORTAL-865 Change-Id: I8bc5e08fca5d7b40f59a731b1ad00e306584da39 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-02-06adding sdk changesMuni Mohan Kunchi2-63/+64
adding sdk changes Issue-ID: PORTAL-830 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: I0c99d3ab15fcf4c3b34d84658b64114dadbe2577
2020-01-23Fix NullPointerException & other sonar issuesParshad Patel2-64/+63
A "NullPointerException" could be thrown Use a logger to log this exception Cast one of the operands of this multiplication operation to a "long" Use isEmpty() to check whether the collection is empty or not Issue-ID: PORTAL-562 Change-Id: I1bc657a8893379329547b131b53e37da873d55db Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-01-14Resolved null-pointer-exception while running raptor test casesmravula8-516/+734
Issue-ID: PORTAL-725 Change-Id: I31b57e200b98e616f32f73e1b6a14682555fca94 Signed-off-by: mravula <mr257h@att.com>
2019-11-12Fix NPE & other sonar in epsdk-analyticsParshad Patel2-77/+87
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>
2019-10-29Merge "Security Vulnerability in pom.xml fix"Manoop Talasila1-2/+1
2019-10-25Sonar fixesArindam Mondal1-22/+12
+) 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>
2019-10-22Fix sonar issues (part) in RaptorControllerAsyncburdziak1-144/+113
Change-Id: I0b6394937f274351ca2e7f111dd6353f121f34b9 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-10-21Fix sonar issues (part) in ActionHandlerburdziak1-36/+31
Change-Id: I8975e95e5d5d142b5eef0243df6d314a3f423b81 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-10-18Security Vulnerability in pom.xml fixDominik Mizyn1-2/+1
Security Vulnerability in pom.xml fix Issue-ID: PORTAL-772 Change-Id: I6b0932122b101411b06d371e757918875529b87d Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-17Update poi-ooxml versionManoop Talasila1-5404/+5431
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
2019-10-10Fix NPE & other issues in ReportWrapperParshad Patel2-5517/+5818
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>
2019-10-02Fix NPE issue in epsdk-analyticsParshad Patel3-503/+545
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>
2019-09-23Fix sonar issues (part) in ReportDefinitionburdziak1-36/+17
Change-Id: I68536d6a7c5b5f44a6f0431df2da756a38abc61f Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-09-19Merge "Fix sonar issues (part) in Globals.java"Manoop Talasila1-85/+28
2019-09-18Fix sonar issues (part) in Globals.javaburdziak1-85/+28
Change-Id: I880e980718ab43b16cb9665fc7733de55e5e00df Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-09-16General Sonar FixesArindam Mondal1-10/+10
Issue-ID: PORTAL-740 Change-Id: I050c3ffa64ae95eadca3a99ec149736fa9dbde67 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-09-10Fix sonar issues in epsdk-analyticsParshad Patel2-6169/+6117
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>
2019-08-19Merge "Sonar fix - ChartD3Helper.java - Rename the Variable to match the ↵Manoop Talasila1-7/+7
regular expression"
2019-08-19Merge "Sonar Fix - SendEmail.java - Remove the declaration of thrown exception"Manoop Talasila1-1/+1
2019-08-19Sonar fix - ChartD3Helper.java - Rename the Variable to match the regular ↵dinesha1-7/+7
expression Fixed sonar issues accross the file Issue-ID: PORTAL-686 Change-Id: I5079aafd0855291fe5c35d9abf8d98f31f1c8235 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-16Sonar Fix - SendEmail.java - Remove the declaration of thrown exceptiondinesha1-1/+1
Fixed sonar issues across the file Issue-ID: PORTAL-686 Change-Id: I78e94c5d50efa76a5d2183fa154ab8477a65c928 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-16Sonar Fix - Line.java - Remove this unused importdinesha1-2/+0
Fixed sonar issues across the file Issue-ID: PORTAL-686 Change-Id: I0bb9fac696d0f06200bc02ae8f78c3f19272ce4b Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-13Merge "Sonar Fix - RaptorServiceImpl.java - Move this variable to comply ↵Manoop Talasila1-1/+2
with Java Code Conventions"
2019-08-13Merge "Sonar Fix - SearchHandler.java - Remove this unused import"Manoop Talasila1-2/+0
2019-08-13Merge "Fix sonar issues in Line.java"Manoop Talasila1-11/+1
2019-08-13Merge "Fix sonar issues in ValidationException"Manoop Talasila1-1/+3
2019-08-13Merge "Fix sonar issues in ReportSQLException"Manoop Talasila1-1/+1
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedLinearDatamining"Manoop Talasila1-3/+3
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedLinear"Manoop Talasila1-7/+3
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedHive"Manoop Talasila1-4/+2
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedCrossTab"Manoop Talasila1-3/+2
2019-08-13Merge "Fix sonar issues in WizardSequenceLinear"Manoop Talasila1-5/+3