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

Shai Erera updated LUCENE-1499:
-------------------------------

    Attachment: LUCENE-1499.patch

> Minor refactoring to IndexFileNameFilter
> ----------------------------------------
>
>                 Key: LUCENE-1499
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1499
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index
>            Reporter: Shai Erera
>            Priority: Minor
>             Fix For: 2.4.1, 2.9
>
>         Attachments: LUCENE-1499.patch
>
>
> IndexFileNameFilter looks like it's designed to be a singleton, however its 
> constructor is public and its singleton member is package visible. The 
> proposed patch changes the constructor and member to private. Since it 
> already has a static getFilter() method, and no code in Lucene references 
> those two, I don't think it creates any problems from an API perspective.

-- 
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to