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

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

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: 2.0


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.
-
You can reply to this email to add a comment to the issue online.


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

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

Michael Wooten updated IO-239:
------------------------------

    Attachment: iocase-to-enumeration.patch

The patch was created with Eclipse. The patch converts the IOCase class to a Java 1.5+ enumeration. No changes were necessary for the test cases, and all test cases pass.

> 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: 2.0
>
>         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.
-
You can reply to this email to add a comment to the issue online.


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

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

Niall Pemberton updated IO-239:
-------------------------------

    Fix Version/s: 2.x
                       (was: 2.0)

IO 2.0 is currently compatible with the last release - this can be considered if/when we decide to break backward compatibility

> 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: 2.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.
-
You can reply to this email to add a comment to the issue online.