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 2007/10/14 22:05:50 UTC

[jira] Created: (TIKA-66) Use Java 5 features in org.apache.tika.mime

Use Java 5 features in org.apache.tika.mime
-------------------------------------------

                 Key: TIKA-66
                 URL: https://issues.apache.org/jira/browse/TIKA-66
             Project: Tika
          Issue Type: Improvement
          Components: general
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
            Priority: Trivial
             Fix For: 0.1-incubator


The MIME type handling code in org.apache.tika.mime has lots of collection and array handling code, that could be noticeably simplified with Java 5 generics and foreach constructs.

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


[jira] Resolved: (TIKA-66) Use Java 5 features in org.apache.tika.mime

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

Jukka Zitting resolved TIKA-66.
-------------------------------

    Resolution: Fixed

Fixed in  revision 584595.

> Use Java 5 features in org.apache.tika.mime
> -------------------------------------------
>
>                 Key: TIKA-66
>                 URL: https://issues.apache.org/jira/browse/TIKA-66
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Trivial
>             Fix For: 0.1-incubator
>
>
> The MIME type handling code in org.apache.tika.mime has lots of collection and array handling code, that could be noticeably simplified with Java 5 generics and foreach constructs.

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