You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/09/11 22:44:58 UTC

[jira] Created: (TIKA-276) Drop the StringUtils class

Drop the StringUtils class
--------------------------

                 Key: TIKA-276
                 URL: https://issues.apache.org/jira/browse/TIKA-276
             Project: Tika
          Issue Type: Improvement
          Components: general
            Reporter: Jukka Zitting
            Priority: Minor


The org.apache.tika.utils.StringUtils class is only used by o.a.t.mime.MimeType, and even there only the one-line StringUtils.isEmpty() method is used.

The isEmpty() method can be inlined to MimeType and the rest of the StringUtils code should be removed as unused.

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


[jira] Resolved: (TIKA-276) Drop the StringUtils class

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

Jukka Zitting resolved TIKA-276.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5
         Assignee: Jukka Zitting

Done in revision 814022.

> Drop the StringUtils class
> --------------------------
>
>                 Key: TIKA-276
>                 URL: https://issues.apache.org/jira/browse/TIKA-276
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 0.5
>
>
> The org.apache.tika.utils.StringUtils class is only used by o.a.t.mime.MimeType, and even there only the one-line StringUtils.isEmpty() method is used.
> The isEmpty() method can be inlined to MimeType and the rest of the StringUtils code should be removed as unused.

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