Sonar major issues 93/60893/1
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Thu, 16 Aug 2018 11:02:22 +0000 (16:32 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Thu, 16 Aug 2018 11:02:22 +0000 (16:32 +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-MbSM32hFUzlqc5es&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/nsa/mr/dme/client/DefaultLoggingFailoverFaultHandler.java
Line No-L24 L29 L37 L40 L47 L50

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

index 813ad59..4f04dec 100644 (file)
  *******************************************************************************/
 package com.att.nsa.mr.dme.client;
 
-//package com.att.aft.dme2.api;
+
 
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
-//import com.att.aft.dme2.api.DME2FailoverFaultHandler;
+
 //import com.att.aft.dme2.api.util.DME2Constants;
 //import com.att.aft.dme2.api.util.DME2ExchangeFaultContext;
 //import com.att.aft.dme2.api.util.LogMessage;
@@ -34,19 +34,19 @@ import java.util.logging.Logger;
 public class DefaultLoggingFailoverFaultHandler /*implements DME2FailoverFaultHandler*/ {
     //TODO: This code may be enable in the future when we implement DME2FailoverFaultHandler interface
     /** The logger. */
-    //private static Logger logger = DME2Constants.getLogger(DefaultLoggingFailoverFaultHandler.class.getName());
+   
      
 //    @Override
-//    public void handleEndpointFailover(/*DME2ExchangeFaultContext context*/) {
+
 //       // LogUtil.INSTANCE.report(logger, Level.WARNING, LogMessage.SEP_FAILOVER, context.getService(),context.getRequestURL(),context.getRouteOffer(),context.getResponseCode(),context.getException());
 //    }
 //    @Override
 //    /**
 //     * The DME2Exchange already has a log message when the route offer is failed over. We dont need to log it again here.
 //     */
-//    public void handleRouteOfferFailover(DME2ExchangeFaultContext context) {
+
 //        //noop
 //         
-//    }
+
 }