Searched refs:badPaths (Results 1 – 1 of 1) sorted by relevance
283 Set<String> badPaths = new TreeSet<>(); in checkPaths() local288 badPaths.add(path); in checkPaths()309 if (badPaths.size() != 0) { in checkPaths()310 System.out.println("Error: " + badPaths.size() in checkPaths()