Community
Participate
Working Groups
Currently, PatchWizard is requesting full path from IStorage that contains patch. See line 123: fPatcher.setName(patch.getFullPath().toString()); It forced us to provide some bogus full path (else getting a NPE exception if patch.getFullPath() returns null), because we don't have any file laying around with patch content. I looked around and that full path value doesn't seem used after that. So, you probably should remove that call to getFullPath() or at least do an null check before converting full path to string.
Fix released to HEAD. I removed the name from the Patcher since it was never used.
Verified using I20070206-0010