You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (Jira)" <ji...@apache.org> on 2021/06/29 07:00:03 UTC

[jira] [Closed] (JEXL-209) Unsolvable function/method '.(...)'

     [ https://issues.apache.org/jira/browse/JEXL-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro closed JEXL-209.
------------------------------

> Unsolvable function/method '<?>.<null>(...)'
> --------------------------------------------
>
>                 Key: JEXL-209
>                 URL: https://issues.apache.org/jira/browse/JEXL-209
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Dmitri Blinov
>            Assignee: Henri Biestro
>            Priority: Major
>             Fix For: 3.1
>
>
> The following code throws error *Unsolvable function/method*
> {code}
> x = new('java.util.HashMap'); x.a = function() {return 1}; x['a']()
> {code}
> while the following code evaluates as expected
> {code}
> x = new('java.util.HashMap'); x.a = function() {return 1}; x.a()
> {code}
> and returns 1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)