[
https://issues.apache.org/jira/browse/LANG-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed LANG-599.
------------------------------
Resolution: Fixed
Fix Version/s: 3.0
Looks good - patch applied. Thanks David.
svn ci -m "Per David M. Sledge's patch to LANG-599, added support to
ClassUtils.getClass(String) to support inner classes being separated by '.' as
well as the official '$'" src/
Sending src/main/java/org/apache/commons/lang3/ClassUtils.java
Sending src/test/java/org/apache/commons/lang3/ClassUtilsTest.java
Transmitting file data ..
Committed revision 919340.
> ClassUtils.getClass(): Allow Dots as Inner Class Separators
> ------------------------------------------------------------
>
> Key: LANG-599
> URL: https://issues.apache.org/jira/browse/LANG-599
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.reflect.*
> Reporter: David M. Sledge
> Priority: Trivial
> Fix For: 3.0
>
> Attachments: ClassUtils-Inner-Class-Dot-Separator.patch
>
>
> For convenience, I'd like to reference FQCNs consisistently between source
> code, string literals, properties files, and configuration files in general.
> To that end I'm recommending a patch for {{ClassUtils.getClass()}} that
> allows dots (.) as inner class separators as well as the standard dollar sign
> ($).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.