Searched refs:subtypeCounterTotals (Results 1 – 1 of 1) sorted by relevance
1140 …Counter<Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtyp… in showSubtypes() local1141 Set<Subtype> sortedBySize = subtypeCounterTotals.getKeysetSortedByCount(false); in showSubtypes()1144 writeDetailHeader(subtypeCounterTotals, sortedBySize, output); in showSubtypes()1169 writeDetailHeader(subtypeCounterTotals, sortedBySize, output); in showSubtypes()1172 long count = subtypeCounterTotals.get(subtype); in showSubtypes()1182 …private void writeDetailHeader(Counter<Subtype> subtypeCounterTotals, Set<Subtype> sortedBySize, A… in writeDetailHeader() argument