You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-dev@incubator.apache.org by "Christophe Lombart (JIRA)" <ji...@apache.org> on 2007/04/11 20:26:32 UTC

[jira] Resolved: (GRFT-130) Some classes use JDK 5 autoboxing

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

Christophe Lombart resolved GRFT-130.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: ocm-1.0

Patch applied.

Felix, can you check if it is ok ? Thanks

> Some classes use JDK 5 autoboxing
> ---------------------------------
>
>                 Key: GRFT-130
>                 URL: https://issues.apache.org/jira/browse/GRFT-130
>             Project: Graffito
>          Issue Type: Bug
>            Reporter: Felix Meschberger
>             Fix For: ocm-1.0
>
>         Attachments: GRFT-130.diff
>
>
> The AtomicTest and UndefinedTypeConverterImpl classes employ Java 5 autoboxing functionality which is not available on Java 1.4 platform also supported by Jackrabbit and JCR.
> Additionally, the UndefinedTypeConverterImpl class contains a potential class ClassCasst issue in inthat an Integer object is cast to Long.
> Attaching a patch, which uses explicit boxing/unboxing.

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