-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When archive contains directories, shallow copy throws exception due to
for (final ArchivePath path : contents.keySet()) {
newArchive.add(contents.get(path).getAsset(), path);
}
because add(...) checks
Validate.notNull(asset, "No asset was specified");
it is possible that same bug concerns also ArchiveBase.shallowCopy()