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 (Created) (JIRA)" <ji...@apache.org> on 2012/02/09 09:40:59 UTC

[jira] [Created] (LUCENE-3764) Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())

Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())
-------------------------------------------------------------------------

                 Key: LUCENE-3764
                 URL: https://issues.apache.org/jira/browse/LUCENE-3764
             Project: Lucene - Java
          Issue Type: Task
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler


Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (LUCENE-3764) Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())

Posted by "Uwe Schindler (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler resolved LUCENE-3764.
-----------------------------------

    Resolution: Fixed

Committed trunk revision 1242932.

Thanks Mike for reminding me that this is already in Java 6. Every day something new!
                
> Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-3764
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3764
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>         Attachments: LUCENE-3764.patch
>
>
> Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (LUCENE-3764) Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())

Posted by "Uwe Schindler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205798#comment-13205798 ] 

Uwe Schindler commented on LUCENE-3764:
---------------------------------------

I added a Javadocs comment in 3.x branch (but not deprecated it) - revision 1242957
                
> Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-3764
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3764
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>         Attachments: LUCENE-3764.patch
>
>
> Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (LUCENE-3764) Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())

Posted by "Uwe Schindler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205774#comment-13205774 ] 

Uwe Schindler commented on LUCENE-3764:
---------------------------------------

Funny: http://blog.grovehillsoftware.com/2009/12/handy-but-hidden-collectionsnewsetfromm.html
                
> Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-3764
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3764
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>         Attachments: LUCENE-3764.patch
>
>
> Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (LUCENE-3764) Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())

Posted by "Michael McCandless (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204603#comment-13204603 ] 

Michael McCandless commented on LUCENE-3764:
--------------------------------------------

+1, thanks Uwe!
                
> Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-3764
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3764
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>
> Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-3764) Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())

Posted by "Uwe Schindler (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler updated LUCENE-3764:
----------------------------------

    Attachment: LUCENE-3764.patch

Simple patch. Will commit this now.
                
> Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-3764
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3764
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>         Attachments: LUCENE-3764.patch
>
>
> Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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