Dmitri Blinov created JEXL-162:
----------------------------------
Summary: empty() function throws an exception : unsupported type
Key: JEXL-162
URL: https://issues.apache.org/jira/browse/JEXL-162
Project: Commons JEXL
Issue Type: Bug
Affects Versions: 3.0
Reporter: Dmitri Blinov
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
.....
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)