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