From issues-return-18408-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Thu Apr 21 15:30:47 2011 Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3717427D3 for ; Thu, 21 Apr 2011 15:30:47 +0000 (UTC) Received: (qmail 57819 invoked by uid 500); 21 Apr 2011 15:30:46 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 57737 invoked by uid 500); 21 Apr 2011 15:30:46 -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 57651 invoked by uid 99); 21 Apr 2011 15:30:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2011 15:30:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2011 15:30:44 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 19C36AC725 for ; Thu, 21 Apr 2011 15:30:06 +0000 (UTC) Date: Thu, 21 Apr 2011 15:30:06 +0000 (UTC) From: "Gary D. Gregory (JIRA)" To: issues@commons.apache.org Message-ID: <1289310675.73620.1303399806102.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1102083875.73608.1303399685738.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LANG-696) Deprecate ClassUtils getShortClassName in favor of Class getSimpleName 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-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022786#comment-13022786 ] Gary D. Gregory commented on LANG-696: -------------------------------------- On Mon, Apr 11, 2011 at 3:43 PM, Gary Gregory wrote: > On Mon, Apr 11, 2011 at 4:26 PM, Henri Yandell wrote: >> >> +1 to rename getShortClassName to getSimpleName; sitting on top of the >> JDK getSimpleName and providing null safety and whatever other >> features are needed (for example array encoding). > > You must mean deprecate getShortClassName (to remove in 4.0) and add > getSimpleName. Right? Nope. Remove getShortClassName and add getSimpleName. We're not released yet so we can (and should) still make backwards compat changes. Hen > Deprecate ClassUtils getShortClassName in favor of Class getSimpleName > ---------------------------------------------------------------------- > > Key: LANG-696 > URL: https://issues.apache.org/jira/browse/LANG-696 > Project: Commons Lang > Issue Type: New Feature > Components: lang.* > Affects Versions: 2.6 > Reporter: Gary D. Gregory > Assignee: Gary D. Gregory > Fix For: 3.0 > > > Added two null-safe ClassUtils.getSimpleName() APIs. > ---------- Forwarded message ---------- > From: Gary Gregory > Date: Mon, Apr 11, 2011 at 10:18 AM > Subject: [Lang] ClassUtils getShortClassName != Class getSimpleName > To: Commons Developers List > Hi All: > Should we deprecate ClassUtils getShortClassName in favor of Class getSimpleName? > The behavior of getShortClassName is undocumented for arrays in the Javadoc and is different from getSimpleName. > When I replace the guts of getShortClassName to call getSimpleName, one test fails: > junit.framework.ComparisonFailure: null expected:<[ToStringStyleTest.]Person[name=John Q. ...> but was:<[]Person[name=John Q. ...> > at junit.framework.Assert.assertEquals(Assert.java:81) > at junit.framework.Assert.assertEquals(Assert.java:87) > at org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest.testPerson(ShortPrefixToStringStyleTest.java:86) > For now, I've made a note in the Javdoc to consider using getSimpleName. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira