Sonar major issues 55/62055/1
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Thu, 23 Aug 2018 10:41:34 +0000 (16:11 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Thu, 23 Aug 2018 10:41:34 +0000 (16:11 +0530)
 This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbSz32hFUzlqc5fZ&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/nsa/mr/dme/client/SimpleExamplePublisher.java
Line No-125

Change-Id: I91d794bfea573e97831c773d4f7782998b08f76e
Issue-ID: DMAAP-632
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
src/main/java/com/att/nsa/mr/dme/client/SimpleExamplePublisher.java

index 18b3fcf..f9e830c 100644 (file)
@@ -122,11 +122,11 @@ public class SimpleExamplePublisher {
                messageSize = args[2];
                transport = args[3];
                messageCount = args[4];
-               /*String producerFilePath = null;
-               content = null;
-               messageSize =null;
-               transport =null;
-               messageCount = null;*/
+               
+               
+               
+               
+               
                SimpleExamplePublisher publisher = new SimpleExamplePublisher();
 
                publisher.publishMessage("D:\\SG\\producer.properties");