Skip to content
Snippets Groups Projects
Commit ab6c7192 authored by Lars Johansson's avatar Lars Johansson
Browse files

Update report about Naming

parent 4617555d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment