You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Yonik Seeley <yo...@apache.org> on 2006/12/19 15:32:08 UTC

Re: svn commit: r488640 - in /lucene/java/trunk: ./ contrib/spellchecker/src/java/org/apache/lucene/search/spell/ src/java/org/apache/lucene/index/ src/java/org/apache/lucene/store/ src/test/org/apache/lucene/index/

On 12/19/06, mikemccand@apache.org <mi...@apache.org> wrote:
> LUCENE-129: fix finalizers to always call super.finalize

Michael, do you have any opinion on if the finalizer on FSIndexOutput
should be kept?
LUCENE-750 removes it...

-Yonik

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


Re: svn commit: r488640 - in /lucene/java/trunk: ./ contrib/spellchecker/src/java/org/apache/lucene/search/spell/ src/java/org/apache/lucene/index/ src/java/org/apache/lucene/store/ src/test/org/apache/lucene/index/

Posted by Michael McCandless <lu...@mikemccandless.com>.
Yonik Seeley wrote:
> On 12/19/06, mikemccand@apache.org <mi...@apache.org> wrote:
>> LUCENE-129: fix finalizers to always call super.finalize
> 
> Michael, do you have any opinion on if the finalizer on FSIndexOutput
> should be kept?
> LUCENE-750 removes it...

OK I just added comment in LUCENE-750 (short answer is I don't think
we need to keep that finalizer).

Mike

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