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 "Felix Meschberger (JIRA)" <ji...@apache.org> on 2007/04/17 21:22:15 UTC

[jira] Closed: (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 ]

Felix Meschberger closed GRFT-130.
----------------------------------


Looks good. Thanks for applying.

> 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.