summaryrefslogtreecommitdiffstats
path: root/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
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>