[
https://issues.apache.org/jira/browse/LANG-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed LANG-333.
------------------------------
Resolution: Fixed
svn ci -m "Moved toClass from ArrayUtils to ClassUtils as per Joerg's comment
in LANG-333" src
Sending src/java/org/apache/commons/lang/ArrayUtils.java
Sending src/java/org/apache/commons/lang/ClassUtils.java
Sending src/test/org/apache/commons/lang/ArrayUtilsTest.java
Sending src/test/org/apache/commons/lang/ClassUtilsTest.java
Transmitting file data ....
Committed revision 594551.
> ArrayUtils.toClass
> ------------------
>
> Key: LANG-333
> URL: https://issues.apache.org/jira/browse/LANG-333
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Jörg Gottschling
> Fix For: 2.4
>
> Attachments: LANG-333.patch
>
>
> ArrayUtils should have a Method toClass(array : Object[]) : Class[] which
> creates a new Array with the Class-Objects of the Objects in the Array. Very
> nice for Reflection.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.