Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
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>
|
|
Modified content length interceptor class.
Issue-ID: DMAAP-151
Change-Id: Ifeaa6f54032da583ec5df3b4b29078d1c4b8648a
Signed-off-by: sg481n <sg481n@att.com>
|
|
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>
|
|
NullPointerException might be thrown
DCAEGEN2-114
Change-Id: I79d82683e71a913d4446f07fe41af2be7174e92b
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
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>
|
|
NullPointerException might be thrown as 'jsonObj' is null
DCAEGEN2-114
Change-Id: I1b1a9b4c6e30a7bfe5a42ed47f0bf3e7134d4e03
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
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>
|