Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 79852 invoked from network); 5 Mar 2010 01:36:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 01:36:02 -0000 Received: (qmail 20644 invoked by uid 500); 5 Mar 2010 01:35:50 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 20557 invoked by uid 500); 5 Mar 2010 01:35:50 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 20256 invoked by uid 99); 5 Mar 2010 01:35:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 01:35:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 01:35:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5E1DA234C4D5 for ; Fri, 5 Mar 2010 01:35:27 +0000 (UTC) Message-ID: <2144705451.86661267752927384.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Mar 2010 01:35:27 +0000 (UTC) From: "David M. Sledge (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-599) ClassUtils.getClass(): Allow Dots as Inner Class Separators In-Reply-To: <2025410216.82661267740447164.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.