[
https://issues.apache.org/jira/browse/LUCENE-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler reassigned LUCENE-6608:
-------------------------------------
Assignee: Uwe Schindler
Hi thanks for reporting this. I will take care of this issue!
> 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
> Assignee: Uwe Schindler
> Priority: Minor
> Labels: github-import
>
> 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: [email protected]
For additional commands, e-mail: [email protected]