Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.5
-
None
-
None
Description
In JarOptimizer class at lines 107 and 108 ZipFile and ZipOutputStream are created and they are closed on lines 133 and 134. If something happens between 107 and 133 lines (For example Exception is thrown) then the ZipFile and ZipOutputStream will remain open.