Searched refs:fileCounters (Results 1 – 1 of 1) sorted by relevance
152 fileCounters.clear(); in writeContents()184 Map<String, Counter<ChangeType>> fileCounters = new TreeMap<>(); field in ChartDelta189 Counter<ChangeType> fileCounter = fileCounters.get(file); in addChange()191 fileCounters.put(file, fileCounter = new Counter<>()); in addChange()206 for (Entry<String, Counter<ChangeType>> entry : fileCounters.entrySet()) { in showTotals()238 fileCounters.clear(); in writeSubcharts()