Sonar critical issues 31/59331/1
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Tue, 7 Aug 2018 06:51:54 +0000 (12:21 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Tue, 7 Aug 2018 06:51:54 +0000 (12:21 +0530)
 This block of commented-out lines of code should be removed
Sounar Link:
https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AWE8fY_t-08if2a6yLVP&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java
Line No-327

Change-Id: I236ab91295afa11a7a0db9409bd00b6e3e4b4034
Issue-ID: DMAAP-563
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java

index a0c514c..67c214e 100644 (file)
@@ -324,7 +324,7 @@ public class MRBaseClient extends HttpClient implements MRClient {
        private JSONObject getResponseDataInJson(Response response) throws JSONException {
                try {
                        MRClientFactory.HTTPHeadersMap = response.getHeaders();
-                       // fLog.info("DMAAP response status: " + response.getStatus());
+                       
 
                        // MultivaluedMap<String, Object> headersMap =
                        // response.getHeaders();