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/07 13:15:06 UTC

[jira] [Closed] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

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

Henri Biestro closed JEXL-298.
------------------------------

> Unable to call 'empty' and 'size' member methods with parameters
> ----------------------------------------------------------------
>
>                 Key: JEXL-298
>                 URL: https://issues.apache.org/jira/browse/JEXL-298
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Dmitri Blinov
>            Assignee: Henri Biestro
>            Priority: Major
>             Fix For: 3.2
>
>
> It's not possible to parse scripts like
> {code:java}
> x.size(0){code}
> or
> {code:java}
> x.empty(0){code}
> because of current syntax restrictions.
> {{empty}} and {{size}} are perfectly valid method identifiers in java, and though uncommon, can be declared with arguments. As of now Jexl allows only to call parameterless {{empty()}} and {{size()}} methods



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