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