You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/07/10 21:32:04 UTC

[jira] [Created] (JEXL-162) empty() function throws an exception : unsupported type

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)