[
https://issues.apache.org/jira/browse/JEXL-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro closed JEXL-202.
------------------------------
> Detect invalid (addition/subtraction/etc)-assignment operator usage with
> non-assignable l-value during script parsing
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JEXL-202
> URL: https://issues.apache.org/jira/browse/JEXL-202
> Project: Commons JEXL
> Issue Type: Bug
> Affects Versions: 3.0
> Reporter: Dmitri Blinov
> Assignee: Henri Biestro
> Priority: Minor
> Fix For: 3.1
>
>
> While the code like
> {code}
> 2 = 3
> {code} throws exception "assignment error in .." during parsing, the code
> like
> {code}
> 2 += 3
> {code} is parsed successfully and only throws exception "illegal assignment
> form 0" in runtime which makes it harder for debug.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)