Searched refs:warningSubtypeCounter (Results 1 – 1 of 1) sorted by relevance
540 Counter<Subtype> warningSubtypeCounter = new Counter<>(); field in VettingViewer.FileInfo546 warningSubtypeCounter.addAll(other.warningSubtypeCounter); in addAll()692 warningSubtypeCounter.increment(subtype); in getFileInfo()904 …Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtypeCounter; in showSubtypes()912 …> counter = errors ? entry.getValue().errorSubtypeCounter : entry.getValue().warningSubtypeCounter; in showSubtypes()