[
https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro reopened JEXL-298:
--------------------------------
Potential regression detected.
> 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
>
> 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
(v7.6.3#76005)