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 15:43:27 UTC

[jira] Created: (IO-232) Add Case Sensitive Creation Methods to FileFilterUtils

Add Case Sensitive Creation Methods to FileFilterUtils
------------------------------------------------------

                 Key: IO-232
                 URL: https://issues.apache.org/jira/browse/IO-232
             Project: Commons IO
          Issue Type: Improvement
          Components: Filters
    Affects Versions: 2.0
         Environment: Java 1.4+
            Reporter: Michael Wooten
            Priority: Minor
             Fix For: 2.0


I would like to propose adding case sensitive versions of the utility methods for the name, prefix, and suffix file filters in FileFilterUtils. The methods would have the following signatures:

IOFileFilter nameFileFilter(String name, IOCase caseSensitivity) 
IOFileFilter prefixFileFilter(String prefix, IOCase caseSensitivity) 
IOFileFilter suffixFileFilter(String suffix, IOCase caseSensitivity)


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


[jira] Updated: (IO-232) Add Case Sensitive Creation Methods to FileFilterUtils

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

Michael Wooten updated IO-232:
------------------------------

    Attachment: apache-commons-io-case-sensitive-filters.patch

The patch was created with Eclipse and includes the methods described in the description, as well as updates to the test cases.

> Add Case Sensitive Creation Methods to FileFilterUtils
> ------------------------------------------------------
>
>                 Key: IO-232
>                 URL: https://issues.apache.org/jira/browse/IO-232
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Filters
>    Affects Versions: 2.0
>         Environment: Java 1.4+
>            Reporter: Michael Wooten
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: apache-commons-io-case-sensitive-filters.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I would like to propose adding case sensitive versions of the utility methods for the name, prefix, and suffix file filters in FileFilterUtils. The methods would have the following signatures:
> IOFileFilter nameFileFilter(String name, IOCase caseSensitivity) 
> IOFileFilter prefixFileFilter(String prefix, IOCase caseSensitivity) 
> IOFileFilter suffixFileFilter(String suffix, IOCase caseSensitivity)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (IO-232) Add Case Sensitive Creation Methods to FileFilterUtils

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

Niall Pemberton resolved IO-232.
--------------------------------

      Assignee: Niall Pemberton
    Resolution: Fixed

Fixed, thanks for the patch

> Add Case Sensitive Creation Methods to FileFilterUtils
> ------------------------------------------------------
>
>                 Key: IO-232
>                 URL: https://issues.apache.org/jira/browse/IO-232
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Filters
>    Affects Versions: 2.0
>         Environment: Java 1.4+
>            Reporter: Michael Wooten
>            Assignee: Niall Pemberton
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: apache-commons-io-case-sensitive-filters.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I would like to propose adding case sensitive versions of the utility methods for the name, prefix, and suffix file filters in FileFilterUtils. The methods would have the following signatures:
> IOFileFilter nameFileFilter(String name, IOCase caseSensitivity) 
> IOFileFilter prefixFileFilter(String prefix, IOCase caseSensitivity) 
> IOFileFilter suffixFileFilter(String suffix, IOCase caseSensitivity)

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