From ab6c71926fd997226259209c4b953bf56ad0c8c1 Mon Sep 17 00:00:00 2001
From: Lars Johansson <lars.johansson@ess.eu>
Date: Tue, 5 Jul 2022 09:58:55 +0200
Subject: [PATCH] Update report about Naming

---
 .../org/openepics/names/rest/controller/ReportController.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/openepics/names/rest/controller/ReportController.java b/src/main/java/org/openepics/names/rest/controller/ReportController.java
index 5ff2400..3ba7386 100644
--- a/src/main/java/org/openepics/names/rest/controller/ReportController.java
+++ b/src/main/java/org/openepics/names/rest/controller/ReportController.java
@@ -346,6 +346,7 @@ public class ReportController {
         String metricsEssNameSystemstructure                     = NBR + nbrEssNameSystemstructure;
         String metricsEssNameSystemstructureDevicestructure      = NBR + nbrEssNameSystemstructureDevicestructure;
         String metricsEssNameSystemstructureDevicestructureIndex = NBR + nbrEssNameSystemstructureDevicestructureIndex;
+        String metricsEssNameOther                               = NBR + nbrEssNameOther;
 
         String metricsSystemstructureSystemGroup =
                 NBR_ALL + addSpaceUntilSize(mapUuidCountSystemGroup.size(), spaceUntilSizeStructure)
@@ -440,6 +441,7 @@ public class ReportController {
         sb.append("ESS Name (System structure)                                              " + metricsEssNameSystemstructure).append(NEWLINE);
         sb.append("ESS Name (System structure + Device structure)                           " + metricsEssNameSystemstructureDevicestructure).append(NEWLINE);
         sb.append("ESS Name (System structure + Device structure + Index)                   " + metricsEssNameSystemstructureDevicestructureIndex).append(NEWLINE);
+        sb.append("ESS Name (Other)                                                         " + metricsEssNameOther).append(NEWLINE);
         sb.append(DIVIDER_96).append(NEWLINE);
         sb.append("3) # entries - System structure").append(NEWLINE);
         sb.append(DIVIDER_96).append(NEWLINE);
-- 
GitLab