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

Improve Javadoc for StringUtils.isAnyEmpty(null)

    XMLWordPrintableJSON

Details

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

    Description

       

      The StringUtils.isAnyEmpty(null) method returns an incorrect value from what is specified in the javadoc.

      JAVADOC:   StringUtils.isAnyEmpty(null) = true

      Test: System.out.println("" + StringUtils.isAnyEmpty(null));  --> false

       

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              smatulli Sauro Matulli
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: