You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/13 08:30:38 UTC

[jira] [Resolved] (LANG-1093) Add ClassUtils.getAbbreviatedName

     [ https://issues.apache.org/jira/browse/LANG-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benedikt Ritter resolved LANG-1093.
-----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Review Patch)
                   3.4
         Assignee: Benedikt Ritter

{code}
$ svn ci -m "LANG-1093: Add ClassUtils.getAbbreviatedName(). This fixes #48 from github. Thanks to Fabian Lange."
Sending        src/changes/changes.xml
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 1666362.
{code}

Thank you!

> Add ClassUtils.getAbbreviatedName
> ---------------------------------
>
>                 Key: LANG-1093
>                 URL: https://issues.apache.org/jira/browse/LANG-1093
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>            Reporter: Fabian Lange
>            Assignee: Benedikt Ritter
>              Labels: github
>             Fix For: 3.4
>
>
> It would be really nice to have a class name shortener functionality available similar to what some logger frameworks use.
> I took the idea for my implementation from logback, including the quirky treatment of the desired length argument, feel free to discuss on the PR/here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)