You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (JIRA)" <ji...@apache.org> on 2009/06/12 13:36:08 UTC

[jira] Updated: (LUCENE-1686) Remove Unnecessary NULL check in FindSegmentsFile - cleanup

     [ https://issues.apache.org/jira/browse/LUCENE-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer updated LUCENE-1686:
------------------------------------

    Attachment: segments_info.patch

> Remove Unnecessary NULL check in FindSegmentsFile - cleanup
> -----------------------------------------------------------
>
>                 Key: LUCENE-1686
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1686
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Simon Willnauer
>            Priority: Trivial
>             Fix For: 2.9, 3.0
>
>         Attachments: segments_info.patch
>
>
> FindSegmentsFile accesses the member "directory" in line 579 while performing a null check in 592. The null check is unnecessary as if directory is null line 579 would throw a NPE.
> I removed the null check and made the member "directory" final. In addition I added a null check in the constructor as If the value is null we should catch it asap. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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