Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
Description
empty() : unsupported type : class com.sun.org.apache.xerces.internal.dom.ElementImpl.
Exepected behaviour - just return false if neither:
Object is null
Object is an empty string
Object is an array of length zero
Object is a collection of size zero
Object is an empty map
.....