You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2010/03/05 00:49:27 UTC

[jira] Commented: (LANG-599) ClassUtils.getClass(): Allow Dots as Inner Class Separators

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

Paul Benedict commented on LANG-599:
------------------------------------

It's an interesting patch, but $ is the official JVM separator of an inner class. OTOH, if I do a "Copy Qualified Name" in Eclipse, it uses all dots.

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