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