You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2009/11/19 04:52:41 UTC

[jira] Created: (CODEC-90) JDK 1.5 the API

JDK 1.5 the API
---------------

                 Key: CODEC-90
                 URL: https://issues.apache.org/jira/browse/CODEC-90
             Project: Commons Codec
          Issue Type: Improvement
            Reporter: Henri Yandell


Need to apply varargs, autoboxing and generics to the API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CODEC-90) JDK 1.5 the API

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed CODEC-90.
------------------------------

    Resolution: Won't Fix

Agreed. Looking at the API and where arrays show in it, nothing jumps out as needing 1.5. 

> JDK 1.5 the API
> ---------------
>
>                 Key: CODEC-90
>                 URL: https://issues.apache.org/jira/browse/CODEC-90
>             Project: Commons Codec
>          Issue Type: Improvement
>            Reporter: Henri Yandell
>
> Need to apply varargs, autoboxing and generics to the API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CODEC-90) JDK 1.5 the API

Posted by "Julius Davies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CODEC-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850742#action_12850742 ] 

Julius Davies commented on CODEC-90:
------------------------------------

Generics cannot be applied to Encoder / Decoder interfaces:   the BinaryEncoder / BinaryDecoder sub-interfaces make that impossible as far as I can tell.

Aside from that there are some for-loops that could be turned into for-each, and one Comparator that could be changed to Comparator<String>.  I couldn't find anything else worth changing.  What did you have in mind regarding varargs, autoboxing?



> JDK 1.5 the API
> ---------------
>
>                 Key: CODEC-90
>                 URL: https://issues.apache.org/jira/browse/CODEC-90
>             Project: Commons Codec
>          Issue Type: Improvement
>            Reporter: Henri Yandell
>
> Need to apply varargs, autoboxing and generics to the API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.