You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZipFile zipFile = new ZipFile("hello.zip");
zipFile.addFolder(new File("myfolder"));
will cause a nullpointer:
Caused by: java.lang.NullPointerException
at net.lingala.zip4j.tasks.AddFolderToZipTask.setDefaultFolderPath(AddFolderToZipTask.java:49)
at net.lingala.zip4j.tasks.AddFolderToZipTask.executeTask(AddFolderToZipTask.java:28)
at net.lingala.zip4j.tasks.AddFolderToZipTask.executeTask(AddFolderToZipTask.java:17)
at net.lingala.zip4j.tasks.AsyncZipTask.performTaskWithErrorHandling(AsyncZipTask.java:42)
The text was updated successfully, but these errors were encountered:
Fixed in v2.2.4 released today
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#92?email_source=notifications&email_token=ABH7L4NGETZ2SNQG7HRP753QSCECXA5CNFSM4JC2Q232YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAV4EI#issuecomment-549543441>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABH7L4NLHQCC4TMK5Z3CBMTQSCECXANCNFSM4JC2Q23Q>
.
(version 2.2.2) This code:
will cause a nullpointer:
The text was updated successfully, but these errors were encountered: