You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Minh Hoang (JIRA)" <ji...@apache.org> on 2016/12/23 10:54:58 UTC

[jira] [Created] (IMAGING-200) After using Imaging.getImageInfo(File), FileInputStream is not closed yet.

Minh Hoang created IMAGING-200:
----------------------------------

             Summary: After using Imaging.getImageInfo(File), FileInputStream is not closed yet.
                 Key: IMAGING-200
                 URL: https://issues.apache.org/jira/browse/IMAGING-200
             Project: Commons Imaging
          Issue Type: Bug
          Components: imaging.common.*
    Affects Versions: 1.1
         Environment: Java 1.7
            Reporter: Minh Hoang


- After using Imaging.getImageInfo(File), we tried deleting <File> .
=>an error is displayed said that <File> is using by java plaform.
- We tried using Imaging.getImageInfo(InputStream,FileName) and of course we close InputStream after using.
=> it's ok when deleting <File>.

We believe Imaging.getImageInfo(File) using InputStream and is not closed yet. Please fix it for the next version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)