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