Searched refs:fullpaths (Results 1 – 1 of 1) sorted by relevance
1022 Set<String> fullpaths = new HashSet<>(); in countItems() local1041 fullpaths.add(item.getFullXPath(path)); in countItems()1053 + fullpaths.size()); in countItems()1063 .println("Unique Full Paths\t" + decimal.format(fullpaths.size())); in countItems()