deprecate Directory.renameFile()
--------------------------------
Key: LUCENE-795
URL: https://issues.apache.org/jira/browse/LUCENE-795
Project: Lucene - Java
Issue Type: Bug
Components: Store
Affects Versions: 2.0.0
Reporter: Daniel Naber
Priority: Minor
Fix For: 2.1
Copied from my mailing list post so this issue can be tracked (if necessary). I
will commit a patch.
I see that Directory.renameFile() isn't used anymore. I assume it has only
been public for technical reasons, not because we expect this to be used
from outside of Lucene? Should we deprecate this method? Its
implementation e.g. in FSDirectory looks a bit scary anyway (the comment
correctly says "This is not atomic" while the abstract class says "This
replacement should be atomic").
--
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]