[ 
https://issues.apache.org/jira/browse/LUCENE-8215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16406080#comment-16406080
 ] 

ASF subversion and git services commented on LUCENE-8215:
---------------------------------------------------------

Commit 2e35ef2b3daa1c1fdccbf78326d589e873489311 in lucene-solr's branch 
refs/heads/master from [~simonw]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2e35ef2 ]

LUCENE-8215: Fix several fragile exception handling places in o.a.l.index

Several places in the index package don't handle exceptions well or ignores 
them.
This change adds some utility methods and cuts over to make use of try/with 
blocks
to simplify exception handling.


>  Fix several fragile exception handling places in o.a.l.index
> -------------------------------------------------------------
>
>                 Key: LUCENE-8215
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8215
>             Project: Lucene - Core
>          Issue Type: Improvement
>    Affects Versions: 7.4, master (8.0)
>            Reporter: Simon Willnauer
>            Priority: Major
>             Fix For: 7.4, master (8.0)
>
>         Attachments: LUCENE-8215.patch, LUCENE-8215.patch, LUCENE-8215.patch, 
> LUCENE-8215.patch
>
>
> Several places in the index package don't handle exceptions well or ignores 
> them. This change adds some utility methods and cuts over to make use of 
> try/with blocks to simplify exception handling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to