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

Reply via email to