Searched refs:coveredWithList (Results 1 – 1 of 1) sorted by relevance
89 … List<String> coveredWithList = new ArrayList<String>(constructor.getCoveredWith()); in printXmlReport() local90 Collections.sort(coveredWithList); in printXmlReport()91 … String coveredWith = coveredWithList.stream().collect(Collectors.joining(",")); in printXmlReport()111 … List<String> coveredWithList = new ArrayList<String>(method.getCoveredWith()); in printXmlReport() local112 Collections.sort(coveredWithList); in printXmlReport()113 … String coveredWith = coveredWithList.stream().collect(Collectors.joining(",")); in printXmlReport()