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/29 08:14:04 UTC

[jira] [Created] (JEXL-171) Map access operator does not work if key name clashes with map property name

Dmitri Blinov created JEXL-171:
----------------------------------

             Summary: Map access operator does not work if key name clashes with map property name
                 Key: JEXL-171
                 URL: https://issues.apache.org/jira/browse/JEXL-171
             Project: Commons JEXL
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Dmitri Blinov
            Priority: Critical


The following example returns *false*, according to documentation should return *2*.

i = new ("java.util.HashMap"); i.a = 1; i["empty"] = 2; i["empty"] 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)