Commons IP is project that provide a command-line tool and Java Library to validate and manipulate E-ARK Information Packages, so to create or process E-ARK SIP and AIP and also validate them against official specifications.
Moving the if (folder != null) condition to ensure that counting descriptive metadata files does not throw a NullPointerException when no descriptive files exists. Fixes #204
Moving the
if (folder != null)
condition to ensure that counting descriptive metadata files does not throw a NullPointerException when no descriptive files exists. Fixes #204