[
https://issues.apache.org/jira/browse/JEXL-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-402.
--------------------------------
Resolution: Fixed
Thanks for raising this issue. :)
Commit
[12c0a9|https://github.com/apache/commons-jexl/commit/12c0a9389f413ebdc9024ac7290aff7685df4034].
> parse failed with empty return value.
> -------------------------------------
>
> Key: JEXL-402
> URL: https://issues.apache.org/jira/browse/JEXL-402
> Project: Commons JEXL
> Issue Type: Bug
> Affects Versions: 3.3
> Reporter: Xu Pengcheng
> Assignee: Henri Biestro
> Priority: Minor
> Fix For: 3.3.1
>
>
> Code:
> {code:java}
> function foo() {
> return;
> }{code}
> got exception: parsing error in '{'
>
> but
> {code:java}
> function foo() {
> return null;
> }{code}
> is ok
--
This message was sent by Atlassian Jira
(v8.20.10#820010)