Searched refs:warningSubtypeCounter (Results 1 – 1 of 1) sorted by relevance
360 private final Counter<Subtype> warningSubtypeCounter = new Counter<>(); field in VettingViewer.VettingCounters372 warningSubtypeCounter.addAll(other.warningSubtypeCounter); in addAll()601 vc.warningSubtypeCounter.increment(subtype); in recordChoice()1017 …Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtypeCounter; in showSubtypes()1025 …ter = errors ? entry.getValue().vc.errorSubtypeCounter : entry.getValue().vc.warningSubtypeCounter; in showSubtypes()