Searched refs:uncategorizedFiles (Results 1 – 1 of 1) sorted by relevance
261 Set<String> uncategorizedFiles = new HashSet<>(stats.keySet()); in performAggregation() local280 if (uncategorizedFiles.contains(stat.getKey())) { in performAggregation()281 uncategorizedFiles.remove(stat.getKey()); in performAggregation()288 for (String file : uncategorizedFiles) { in performAggregation()