Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 75400 invoked from network); 5 Mar 2010 09:07:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 09:07:02 -0000 Received: (qmail 13236 invoked by uid 500); 5 Mar 2010 09:06:48 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 13173 invoked by uid 500); 5 Mar 2010 09:06:48 -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 13165 invoked by uid 99); 5 Mar 2010 09:06:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 09:06:47 +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 09:06:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3EF4A234C4CD for ; Fri, 5 Mar 2010 09:06:27 +0000 (UTC) Message-ID: <1939564133.94381267779987257.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Mar 2010 09:06:27 +0000 (UTC) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Closed: (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 [ 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.