+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).
Hen On Mon, Apr 11, 2011 at 7:18 AM, Gary Gregory <garydgreg...@gmail.com> wrote: > 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. > > -- > Thank you, > Gary > > http://garygregory.wordpress.com/ > http://garygregory.com/ > http://people.apache.org/~ggregory/ > http://twitter.com/GaryGregory > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org