Searched refs:votingData (Results 1 – 1 of 1) sorted by relevance
1114 LocaleVotingData votingData = LocaleVotingData.get(htmlOpenedFileLanguage); in showErrorFileIndex() local1124 … indexTablePrinter.addCell(votingData == null ? "" : votingData.winningStatusCounter.toString()) in showErrorFileIndex()1125 … .addCell(votingData == null ? "" : votingData.missingOrganizationCounter.toString()); in showErrorFileIndex()1132 … .addCell(votingData == null ? "" : formatSkippingZero(votingData.getDisputedCount())) in showErrorFileIndex()1133 .addCell(votingData == null ? "" : votingData.getConflictedHTML()); in showErrorFileIndex()