Searched refs:errorSubtypeCounter (Results 1 – 1 of 1) sorted by relevance
799 Counter<Subtype> errorSubtypeCounter = new Counter<Subtype>(); field in VettingViewer.FileInfo805 errorSubtypeCounter.addAll(other.errorSubtypeCounter); in addAll()919 errorSubtypeCounter.increment(subtype); in getFileInfo()1140 …Counter<Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtyp… in showSubtypes()1148 …Counter<Subtype> counter = errors ? entry.getValue().errorSubtypeCounter : entry.getValue().warnin… in showSubtypes()