Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-1360

Add methods to ClassUtils to get various forms of class names in a null-safe manner

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.7
    • lang.*
    • None

    Description

      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)

      Attachments

        Activity

          People

            ggregory Gary D. Gregory
            ggregory Gary D. Gregory
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: