The following construct is causing a NullPointer try (OPCPackage p = OPCPackage.create(new File(...))) { p.revert(); } ... commit follows ...
Fixed via r1876018