Searched refs:errorFileCounter (Results 1 – 1 of 1) sorted by relevance
1055 errorFileCounter.clear(); in openErrorFile()1077 static Counter<Row.R4<String, String, ErrorType, Subtype>> errorFileCounter = new Counter<>( field in ConsoleCheckCLDR.ErrorFile1086 errorFileCounter.add( in addDataToErrorFile()1094 for (Row.R4<String, String, ErrorType, Subtype> item : errorFileCounter.keySet()) { in closeErrorFile()1109 .addCell(errorFileCounter.getCount(item)) in closeErrorFile()