Searched refs:skipPaths (Results 1 – 2 of 2) sorted by relevance
176 …static Matcher skipPaths = PatternCache.get("/identity" + "|/alias" + "|\\[@alt=\"proposed").match… field in QuickCheck303 if (skipPaths.reset(path).find()) { in checkPaths()
2308 Set<String> skipPaths = new HashSet<>(); in fixIdenticalChildren()2312 resolvedFile.forEach(skipPaths::add); in fixIdenticalChildren()2319 if (skipPaths.contains(xpath)) continue; in fixIdenticalChildren()2336 skipPaths.add(xpath); in fixIdenticalChildren()