[
https://issues.apache.org/jira/browse/LUCENE-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1499.
----------------------------------------
Resolution: Fixed
Fix Version/s: (was: 2.4.1)
Lucene Fields: [New, Patch Available] (was: [Patch Available, New])
Committed revision 728746.
Thanks Shai!
> 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
> Assignee: Michael McCandless
> Priority: Minor
> Fix For: 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: [email protected]
For additional commands, e-mail: [email protected]