summaryrefslogtreecommitdiffstats
path: root/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20sonar critical for Exception HandlingSoumendu Sekhar Acharya1-1/+0
Use a logger to log this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#assignees=soumendu|severities=CRITICAL|resolved=false Location: src/main/java/com/att/nsa/dmaap/service/MMRestService.java Line No-1011 Change-Id: I0f1c7cbb78eba96957a605d8672770fc7b1a9a05 Issue-ID: DMAAP-188 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-11sonar critical for Exception HandlingSoumendu Sekhar Acharya1-1/+0
Use a logger to log this Exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#assignees=soumendu|resolved=false Location:src/main/java/com/att/nsa/dmaap/service/MMRestService.java Line No-670 Change-Id: I8897ada9d4ab57e932daa58612374cbd8f860905 Issue-ID: DMAAP-185 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-11sonar blocker for NullPointerExceptionSoumendu Sekhar Acharya1-0/+2
NullPointerException might be thrown as 'filePath' is nullable Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#resolved=false|severities=BLOCKER|assignees=soumendu Location: src/main/java/com/att/nsa/dmaap/service/MMRestService.java Line No-65 Change-Id: I042592bee40553f262baf5861ef61e8404f45a80 Issue-ID: DMAAP-184 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-08sonar critical for Exception handlingSoumendu Sekhar Acharya1-1/+0
Removed printStackTrace Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#severities=CRITICAL|assignees=soumendu Line No-585 Change-Id: I81c3f1f19b566f5c74d6f2f5270cf26c31fc64db Issue-ID: DMAAP-183 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-08sonar critical for Exception handlingSoumendu Sekhar Acharya1-1/+0
Removed printStackTrace Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#severities=CRITICAL|assignees=soumendu Location: src/main/java/com/att/nsa/dmaap/service/MMRestService.java Line No-423 Change-Id: I4f72501f3a01764e4a2769649e3ceaed039134dc Issue-ID: DMAAP-182 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-07sonar critical for Exception handlingSoumendu Sekhar Acharya1-1/+0
Use a logger to log this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#resolved=false|assignees=soumendu Location: src/main/java/com/att/nsa/dmaap/service/MMRestService.java Line No-278 Change-Id: Iab0cde08d21f69903c8fc69684dd0976d866eb2b Issue-ID: DMAAP-179 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-07sonar critical for Exception handlingSoumendu Sekhar Acharya1-1/+0
Use a logger to log this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#resolved=false|assignees=soumendu Location: src/main/java/com/att/nsa/dmaap/service/MMRestService.java Line No-265 Change-Id: I376d45e5226bf100d9d36f4f209d04f603175099 Issue-ID: DMAAP-178 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-10-03Improve coverage for dmaap messageservicesg481n1-131/+131
Modified content length interceptor class. Issue-ID: DMAAP-151 Change-Id: Ifeaa6f54032da583ec5df3b4b29078d1c4b8648a Signed-off-by: sg481n <sg481n@att.com>
2017-09-19Fix for Sonar Blocker issuesrama-huawei1-5/+9
NullPointerException might be thrown Replace the type specification on RHS side Iterate over the "entrySet" instead of the "keySet". The return type of this method should be an interface such as "Map" rather than the implementation "HashMap". DCAEGEN2-114 Change-Id: I84ef3e21cd426963f4f0ed726f5d8fa9979eb441 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-19Fix for Sonar Blocker issuesrama-huawei1-2/+4
NullPointerException might be thrown DCAEGEN2-114 Change-Id: I79d82683e71a913d4446f07fe41af2be7174e92b Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-19Fix for Sonar issuesrama-huawei1-118/+146
Removed the useless assignment to the local variables Fixed the null pointer exception issues Used isEmpty() method instead of size() method Defined a constant instead of duplicating the literals DCAEGEN2-114 Change-Id: I304c4f849dec64279bc4339bdb9f440b964ca37d Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-19Fix for Sonar blocker issuesrama-huawei1-2/+1
NullPointerException might be thrown as 'jsonObj' is null DCAEGEN2-114 Change-Id: I1b1a9b4c6e30a7bfe5a42ed47f0bf3e7134d4e03 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-08-31Revert package name changesVarun Gudisena25-0/+5605
Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: I4ca4537d48e5723b2939148e5bd83645ee20dd30 Signed-off-by: Varun Gudisena <vg411h@att.com>