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