summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/src/main/java/org
AgeCommit message (Collapse)AuthorFilesLines
2019-08-05Merge "Sonar Fix- ReportFormFields.java"Manoop Talasila1-7/+7
2019-08-02Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exceptiondinesha1-1/+1
Fixed Sonar Issues accross the file Issue-ID: PORTAL-686 Change-Id: If25a07748dfac69b70e73a52eaded8126281edd5 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-02Sonar Fix- PageEvet.Java - Rename the field to match regular expression and ↵dinesha1-12/+13
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>
2019-08-01Sonar Fix- ReportFormFields.javadinesha1-7/+7
Fixed Sonar Issues accross the file Issue-ID: PORTAL-686 Change-Id: I427688b57166ad06ad908b7ba093d8f2d9c811f9 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-01Sonar Fix- ActionHandler.javadinesha1-6/+6
Fixed Sonar Issues accross the file Issue-ID: PORTAL-686 Change-Id: I12f69c75607056542758a60f045d42f51d6b1d1e Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-07-25Add fix for NullPointerException in epsdk-analyticsParshad Patel1-42/+56
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>
2019-07-22Merge "Fixed Sonar "Blocker Bugs""Manoop Talasila5-1835/+1322
2019-07-16Fixed Sonar "Blocker Bugs"Vasyl Razinkov5-1835/+1322
Fixed potential "thread-Leak" Change-Id: I7efcbd4d7b6b69ca1f234bed8d28cbb8e51e3e25 Signed-off-by: Vasyl Razinkov <vasylrazinkov@sidero.ie> Issue-ID: PORTAL-584
2019-07-16Add logger to log exceptions & sonar issues fixParshad Patel1-374/+418
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>
2019-07-09Merge "Fix sonar issue in ActionHandler"Manoop Talasila1-42/+26
2019-07-08Fix sonar issue in ActionHandlerburdziak1-42/+26
Change-Id: Iecda5ffe25903df8657cd83503b8aa4e3e93e553 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-07-02Blackduck scan fixesst398c1-3/+2
Issue-ID: PORTAL-631 Change-Id: Ic60f3d780b7391c4ce564180a678b7293f0e91ec Signed-off-by: st398c <st398c@research.att.com>
2019-06-19Merge "Blackduck scan fixes"Sunder Tattavarada1-19/+19
2019-06-18Blackduck scan fixesst398c1-19/+19
Issue-ID: PORTAL-631 Change-Id: I1a09436f606831378b7f2a6211b1199ab830e06e Signed-off-by: st398c <st398c@research.att.com>
2019-06-17Merge "Sonar fix Nullpointer and others"Sunder Tattavarada1-230/+218
2019-06-17Merge "Fix sonar issues (part) in WizardProcessor"Sunder Tattavarada1-97/+6
2019-06-17Merge "Fix sonar issues in ChartWebRuntime"Sunder Tattavarada1-15/+13
2019-06-17Merge "Fix soner issues in ErrorHandler"Sunder Tattavarada1-7/+10
2019-06-17Merge "Fix sonar issues (part) in ActionHandler"Sunder Tattavarada1-73/+42
2019-06-17Merge "Fix sonar issues in epsdk-analytics"Sunder Tattavarada1-210/+172
2019-06-07Fix sonar issues (part) in WizardProcessorburdziak1-97/+6
Change-Id: Ic7d110e00c4f2903f7b92f9ef94bc890d43e4e4a Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-06-07Fix soner issues in ErrorHandlerburdziak1-7/+10
Change-Id: I4d1954b25dc171eb344ce1d6523742f5defc5f0d Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-06-07Fix sonar issues (part) in ActionHandlerburdziak1-73/+42
Change-Id: If14334a87aba9292afe467aa8413ac65dddf6ebb Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-05-31Sonar fix Nullpointer and othersArindam Mondal1-230/+218
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>
2019-05-30Fix sonar issues in epsdk-analyticsParshad Patel1-210/+172
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>
2019-05-29AtomicPutWithDeleteLockst398c2-10/+15
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>
2019-05-23Fix sonar issues in ChartWebRuntimePawel1-15/+13
Issue-ID: PORTAL-589 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I66daba54fe1557bd268a2dda754142916c6dcd0d
2019-04-25Merge "Fix sonar issues (part) in ChartD3Helper"Manoop Talasila2-336/+85
2019-04-24Merge "Fisx sonar issues (part)"Sunder Tattavarada1-61/+23
2019-04-23Merge "Fix sonar issues (part) in WizardProcessor"Manoop Talasila1-260/+216
2019-04-19Fix sonar issues (part) in ChartD3Helperburdziak2-336/+85
Change-Id: I742c940914026b759e8240f2b23e90e2b89e2c44 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-04-19Fix sonar issues (part) in WizardProcessorburdziak1-260/+216
Change-Id: If94ab91aa4307724ea0a04139cb0365f58175e1f Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-04-19Fix sonar issues in ErrorHandlerburdziak1-13/+7
Change-Id: I7824b6bb52b4e3f8b205cdfa3a56281bf5423b50 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-04-16Merge "Fix sonar issues (part) in Controller"Manoop Talasila1-14/+21
2019-04-16Fix sonar issues (part) in Controllerburdziak1-14/+21
Change-Id: I992e13c938b6d1c691614f4f5e5118066293b3e0 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-04-16Fisx sonar issues (part)burdziak1-61/+23
Change-Id: I039cc19d097d7b1452af82cb64934cd22f049a17 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-04-16Fix sonar issues in RaptorObjectburdziak1-3/+3
Change-Id: I146a5f6fbc51d320e3d93dc17f133d4e687e8a1f Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-04-11Merge "Sonar issues in ReportParamDateValueParser"Manoop Talasila1-60/+51
2019-03-28Fortify, version, Junitst398c3-12/+57
Issue-ID: PORTAL-543, PORTAL-273, PORTAL-544 Change-Id: Ib864ef78bbd534170cab90d9314f2d8943f78872 Signed-off-by: Thota, Saisree <st398c@research.att.com>
2019-03-19Sonar issues in ReportParamDateValueParserburdziak1-60/+51
Change-Id: I7ce7d7441e539f7ccf86bbfaa8344548eab1044d Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-02-19refactor in SwingWorker.javaPawel1-14/+9
Issue-ID: PORTAL-525 Change-Id: I87ecdf2cf2504c6ca15090e3f3e3483cde23d956 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
2018-12-02Fix sonar issue in nodeKrishnakumar Jinka2-13/+135
Fix issue reported by sonar on more than allowed params in method using a builder object. Issue-ID: PORTAL-481 Change-Id: I0b88f083253570aa1a1f1be2c8af2d2bb3334e50 Signed-off-by: krisjinka <kris.jinka@samsung.com>
2018-11-20CADI Integrationst782s1-0/+1
Issue-ID: PORTAL-474 System to system authorization using CADI Change-Id: I76487f8155a36fca8283669fe5e28ec7d5aec91d Signed-off-by: st782s <statta@research.att.com>
2018-11-13Fix sonar issues in epsdk-analyticsParshad Patel1-179/+132
Fix use try-with-resources & remove throw statement from finally block issues Issue-ID: PORTAL-342 Change-Id: Ib183032f9d283486f9a72c1a394c4d79199687fb Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-07Fix sonar issues in DbUtils.javaParshad Patel1-35/+28
Fix use try with resources issue Issue-ID: PORTAL-342 Change-Id: Ifb5b4b39091ff09349a88ad7db9c7956710c6b3f Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-01Fix sonar blocker issue in epsdk-analyticsParshad Patel1-11/+2
Fix Remove this throw statement from this finally block sonar issue. Issue-ID: PORTAL-342 Change-Id: Ibe3b4f0cf86dede3cec1355e2a4b455fe4d44651 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-10-26Fix sonar blocker issueParshad Patel1-11/+6
Fix use try with resources issue in RemDbUtils.java Issue-ID: PORTAL-342 Change-Id: Ibbb134ec9686730cc9dadad88ea60c2bd3286938 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-10-09Changed ecomp and AT&T referencesWelch, Lorraine (lb2391)1-6/+6
Issue-ID: PORTAL-302 Change-Id: Iec2ed9ba78ceb81f3d5dff84837697482415937d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-09-12Merge "Fix NPE & use try-with-resources issues"Manoop Talasila1-169/+100
2018-09-12Merge "Sonar major issues"Manoop Talasila1-3/+3