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
- links to