<%@ page import="java.util.List" %> <%@ page import="jetbrains.buildServer.web.openapi.healthStatus.HealthStatusItemDisplayMode" %> <%@ page import="java.util.stream.Collectors" %> <%@ include file="/include-internal.jsp" %> <%@ page contentType="text/html;charset=UTF-8" %> <%--@elvariable id="p" type="jetbrains.buildServer.serverSide.SProject"--%> <%--@elvariable id="dups" type="java.util.List"--%>
contains duplicate shared resources definition: <% @SuppressWarnings("unchecked") final List dups = (List)healthStatusItem.getAdditionalData().get("duplicates"); final String dupsFormatted = dups.stream().collect(Collectors.joining(", ", "\"", "\"")); %>