Searched refs:problemSet (Results 1 – 1 of 1) sorted by relevance
103 LinkedHashSet<String> problemSet = new LinkedHashSet<>(); in checkSubdivisionFile() local115 problemSet.clear(); in checkSubdivisionFile()119 problemSet.add(entry.getKey()); in checkSubdivisionFile()123 if (problemSet.size() < 2) { in checkSubdivisionFile()127 errln(lang + "," + country + "Name collision for «" + name + "» in " + problemSet); in checkSubdivisionFile()130 String first = problemSet.iterator().next(); in checkSubdivisionFile()