[ 
https://issues.apache.org/jira/browse/LANG-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841649#action_12841649
 ] 

David M. Sledge commented on LANG-599:
--------------------------------------

And "{{[Lpackage.of.SomeClass;}}" is the official JVM syntax for an array class 
of non-primitives.  I'm thankful that ClassUtils understands the syntax 
"{{package.of.SomeClass[]}}" just as readily.

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

Reply via email to