Searched refs:fullPathOld (Results 1 – 1 of 1) sorted by relevance
487 String fullPathOld = old.getFullXPath(path); in addPathDiff() local488 if (Objects.equals(fullPathCurrent, fullPathOld)) { in addPathDiff()493 XPathParts pathOld = fullPathOld == null ? pathPlain : new XPathParts().set(fullPathOld); in addPathDiff()