summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/src/main/java/org/onap/portalsdk/analytics/system/DbUtils.java
AgeCommit message (Collapse)AuthorFilesLines
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-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-16Fixed Sonar "Blocker Bugs"Vasyl Razinkov1-102/+91
Fixed potential "thread-Leak" Change-Id: I7efcbd4d7b6b69ca1f234bed8d28cbb8e51e3e25 Signed-off-by: Vasyl Razinkov <vasylrazinkov@sidero.ie> Issue-ID: PORTAL-584
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-03-28Fortify, version, Junitst398c1-0/+31
Issue-ID: PORTAL-543, PORTAL-273, PORTAL-544 Change-Id: Ib864ef78bbd534170cab90d9314f2d8943f78872 Signed-off-by: Thota, Saisree <st398c@research.att.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-04-20Replace ecomp referenceHima Elisetty1-1/+1
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2017-09-07Adjust code for Sonar issuesChristopher Lott (cl778h)1-3/+2
Made non-functional updates to address static code analysis issues. Update license header with simple double-quote characters. Issue: PORTAL-72, PORTAL-90 Change-Id: Ic2c330daea07d721f0e6b350ebf03da97073f7ce Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-31Rename packages to org.onap in 1.4.0-SNAPSHOTChristopher Lott (cl778h)1-0/+289
19 - remove openecomp 72 - remediate Sonar scan issues 79 - removed unwanted left menu under Report 90 - apply approved license text Issue: PORTAL-19, PORTAL-72, PORTAL-79, PORTAL-90 Change-Id: I41a0ef5fba623d2242574bd15f2d9fb8029a496c Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>