You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2013/05/16 17:51:16 UTC

[jira] [Commented] (IO-239) Convert IOCase to a Java 1.5+ Enumeration

    [ https://issues.apache.org/jira/browse/IO-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659656#comment-13659656 ] 

Sebb commented on IO-239:
-------------------------

It looks like conversion to an enum may not break compatibility; Clirr does not complain, though it does report the following informationals for IOCase:

Added java.lang.Comparable to the set of implemented interfaces
Added java.lang.Enum to the list of superclasses
Method 'public org.apache.commons.io.IOCase valueOf(java.lang.String)' has been added
Method 'public org.apache.commons.io.IOCase[] values()' has been added

Ideally still need to check that code compiled against 2.4 will still work.
                
> Convert IOCase to a Java 1.5+ Enumeration
> -----------------------------------------
>
>                 Key: IO-239
>                 URL: https://issues.apache.org/jira/browse/IO-239
>             Project: Commons IO
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: Java 1.5+
>            Reporter: Michael Wooten
>            Priority: Minor
>             Fix For: 3.x
>
>         Attachments: iocase-to-enumeration.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Since Java now properly supports enumerations, I believe that IOCase should now be declared as a proper Java enumeration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira