You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2017/10/23 18:03:00 UTC

[jira] [Resolved] (LANG-1360) Add methods to ClassUtils to get various forms of class names in a null-safe manner

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

Gary Gregory resolved LANG-1360.
--------------------------------
    Resolution: Fixed

> Add methods to ClassUtils to get various forms of class names in a null-safe manner
> -----------------------------------------------------------------------------------
>
>                 Key: LANG-1360
>                 URL: https://issues.apache.org/jira/browse/LANG-1360
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>             Fix For: 3.7
>
>
> Fill out methods ClassUtils to get various forms of class names in a null-safe manner:
> - getName(Class)
> - getName(Object)
> - getName(Class, String)
> - getName(Object, String)
> - getSimpleName(Class)
> - getSimpleName(Object)
> - getSimpleName(Class, String)
> - getSimpleName(Object, String)
> - getCanonicalName(Class)
> - getCanonicalName(Object)
> - getCanonicalName(Class, String)
> - getCanonicalName(Object, String)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)