Searched refs:votingData (Results 1 – 1 of 1) sorted by relevance
1213 LocaleVotingData votingData = LocaleVotingData.get(htmlOpenedFileLanguage); in showErrorFileIndex() local1223 … indexTablePrinter.addCell(votingData == null ? "" : votingData.winningStatusCounter.toString()) in showErrorFileIndex()1224 … .addCell(votingData == null ? "" : votingData.missingOrganizationCounter.toString()); in showErrorFileIndex()1231 … .addCell(votingData == null ? "" : formatSkippingZero(votingData.getDisputedCount())) in showErrorFileIndex()1232 .addCell(votingData == null ? "" : votingData.getConflictedHTML()); in showErrorFileIndex()