[
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)