summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/src/main/java/org/onap/portalsdk/analytics/model/ReportHandler.java
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28Removed unwanted codesIndrijeet kumar1-26/+2
Removed unwanted codes Issue-ID: PORTAL-813 Change-Id: I508b7af3633f5aee6d1230cfdd5f4d08e4e40e39 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-20enabled analytics test cases and resolved conflictsmravula1-5340/+4569
Issue-ID: PORTAL-902 Change-Id: Ifff7f9329673ef464b3414e6945da57ba5d1b6bd Change-Id: If40c7e0b4ef4abbe5f1d6b3784a3b57abd20bd81 Signed-off-by: mravula<mr257h@att.com>
2020-05-12removed some unwanted codesIndrijeet kumar1-97/+10
removed some unwanted codes Issue-ID: PORTAL-813 Change-Id: I1113977d884b86ea817be89faa2344ded6d404c1 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-06code smells removedIndrijeet kumar1-3/+3
code smells removed Issue-ID: PORTAL-813 Change-Id: Ia2148e9d874162b776147c88860a0366071c4ed2 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-02removed code smellsRupinder1-2/+5
Removed code smells by improving code structure Issue-ID: PORTAL-865 Change-Id: I8bc5e08fca5d7b40f59a731b1ad00e306584da39 Signed-off-by: Rupinder<rupinsi1@in.ibm.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-09-10Fix sonar issues in epsdk-analyticsParshad Patel1-5347/+5325
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-07-16Fixed Sonar "Blocker Bugs"Vasyl Razinkov1-813/+595
Fixed potential "thread-Leak" Change-Id: I7efcbd4d7b6b69ca1f234bed8d28cbb8e51e3e25 Signed-off-by: Vasyl Razinkov <vasylrazinkov@sidero.ie> Issue-ID: PORTAL-584
2019-07-02Blackduck scan fixesst398c1-3/+2
Issue-ID: PORTAL-631 Change-Id: Ic60f3d780b7391c4ce564180a678b7293f0e91ec Signed-off-by: st398c <st398c@research.att.com>
2019-06-18Blackduck scan fixesst398c1-19/+19
Issue-ID: PORTAL-631 Change-Id: I1a09436f606831378b7f2a6211b1199ab830e06e Signed-off-by: st398c <st398c@research.att.com>
2018-08-20Fix NPE & use try-with-resources issuesParshad Patel1-169/+100
Sonar issues fix in ReportHandler.java Issue-ID: PORTAL-342 Change-Id: Iaab16fefb8abe99e70793dbb8ae12e66cdf6b365 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-10-25Repair security filtersChristopher Lott (cl778h)1-1/+2
Revise app web.xml to remove typo in Java package name. Also drop unneeded test class. Issue: PORTAL-135 Change-Id: I49662928c5eed38520e9a9c5f839385148aef0fa Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-20Role management; security vulnerabilities.Christopher Lott (cl778h)1-8/+9
Extend user/role management interface to allow role deletion. Add filters to defend against common web Javascript attacks. Drop Greensock code with unusable license. Use OParent in EPSDK web application. Issue: US324470, US342324, PORTAL-127 Change-Id: I3a10744fbbbdbda7c88d2b2e542e72e779c9b142 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-25Sonar Scans and Role Centralization; clean nlChristopher Lott (cl778h)1-37/+48
PORTAL-21: centralized user role management PORTAL-72: Address Sonar Scan code issues for ONAP - mostly on raptor PORTAL-86: ONAP - Remove internal att.com usages from tests and otherfiles PORTAL-90: Add debug statements to demo app's class; no functional change Issue: PORTAL-21 PORTAL-72 PORTAL-86 PORTAL-90 Change-Id: I72a6c812009f51446330bf42bab6d3338d053805 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-07Adjust code for Sonar issuesChristopher Lott (cl778h)1-2/+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/+6656
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>