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 2010/08/11 23:31:18 UTC

[jira] Resolved: (TIKA-475) MBoxParser class (inside tika-parsers-0.7-jdk14.jar) calls method getSimpleName from java.lang.Class (jdk1.5)

     [ https://issues.apache.org/jira/browse/TIKA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-475.
--------------------------------

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

I'm surprised that the retrotranslator doesn't automatically replace the getSimpleName() call with an equivalent Java 1.4 code snippet.

Anyway, I replaced the getSimpleName() call in MboxParser with a string constant in revision 984588. That should fix this issue.

> MBoxParser class (inside tika-parsers-0.7-jdk14.jar) calls method getSimpleName from java.lang.Class (jdk1.5)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: TIKA-475
>                 URL: https://issues.apache.org/jira/browse/TIKA-475
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.7
>            Reporter: Joao Garcia
>            Assignee: Jukka Zitting
>             Fix For: 0.8
>
>
> MBoxParser class from the JDK14 packaged version uses a method from java.lang.Class that is in the JDK since jdk1.5.

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