Rishabh Patel created LUCENE-6608:
-------------------------------------

             Summary: Potential resource leak in BigramDictionary.java
                 Key: LUCENE-6608
                 URL: https://issues.apache.org/jira/browse/LUCENE-6608
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/analysis
    Affects Versions: Trunk
            Reporter: Rishabh Patel
            Priority: Minor


The input and output object streams are being closed in the try block. These 
resources will not be closed if an exception occurs in the try block

We can use the finally block to explicitly close these resources or use the new 
try-with-resources construct where they are implicitly closed.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to