Sonar Major issue
[dcaegen2/analytics/tca.git] / dcae-analytics-test / src / main / java / org / onap / dcae / apod / analytics / test / BaseDCAEAnalyticsCommonTest.java
index 6566051..ec29a98 100644 (file)
@@ -52,10 +52,10 @@ import static java.nio.file.Files.exists;
  * @author Rajiv Singla . Creation Date: 10/19/2016.
  */
 abstract class BaseDCAEAnalyticsCommonTest {
-
-    protected static final Logger LOG = LoggerFactory.getLogger(BaseDCAEAnalyticsCommonTest.class);
-
-    /**
+protected static final Logger LOG = LoggerFactory.getLogger(BaseDCAEAnalyticsCommonTest.class);
+protected BaseDCAEAnalyticsCommonTest() {
+}
+       /**
      * Asserts if expected Json String and actual Json String contain the same properties ignoring
      * property order. Simple String assertion might fail as property order during serialization and deserialization
      * is generally non-deterministic. Also proper error message are generated more missing or unexpected