diffs.add(new ChildRenamedDiff(key, addPath(basePath,(String) uuids1.get(key)),addPath(basePath, (String) uuids2.get(key))));
}
}
}
if (!uuids1.keyList().equals(uuids2.keyList())) {
List<String> added = new ArrayList<String>(uuids2.keySet());
added.removeAll(uuids1.keySet());
List<String> removed = new ArrayList<String>(uuids1.keySet());
removed.removeAll(uuids2.keySet());