Searched refs:fullAttributes (Results 1 – 2 of 2) sorted by relevance
494 TreeSet<String> fullAttributes = null; in addPathDiff() local504 if (fullAttributes == null) { in addPathDiff()505 fullAttributes = new TreeSet<String>(); in addPathDiff()507 fullAttributes.clear(); in addPathDiff()509 fullAttributes.addAll(attributesCurrent); in addPathDiff()510 fullAttributes.addAll(attributesOld); in addPathDiff()511 fullAttributes.removeAll(distinguishing); in addPathDiff()512 fullAttributes.removeAll(DONT_CARE); in addPathDiff()515 for (String attribute : fullAttributes) { in addPathDiff()
816 Map<String, String> fullAttributes = fullPathWhereFoundParts.getAttributes(i); in getFullPath() local818 if (!attributes.equals(fullAttributes)) { // add differences in getFullPath()820 for (String key : fullAttributes.keySet()) { in getFullPath()822 String value = fullAttributes.get(key); in getFullPath()