You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Julius Davies (JIRA)" <ji...@apache.org> on 2010/03/29 00:19:27 UTC

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

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