You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2009/10/19 00:19:31 UTC

[jira] Updated: (LUCENE-1945) Make all classes that have a close() methods instanceof Closeable (Java 1.5)

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

Uwe Schindler updated LUCENE-1945:
----------------------------------

    Attachment: LUCENE-1945.patch

Patch that adds Closeable to all public interfaces/super-classes that define close(). Package-private classes inside oal.index are not changed (as they often only define package-private close())

Will commit soon.

> Make all classes that have a close() methods instanceof Closeable (Java 1.5)
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-1945
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1945
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 2.9
>            Reporter: Uwe Schindler
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: LUCENE-1945.patch
>
>
> This should be simple.

-- 
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