You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2016/07/06 10:27:11 UTC

[jira] [Commented] (JEXL-202) Detect invalid (addition/subtraction/etc)-assignment operator usage with non-assignable l-value during script parsing

    [ https://issues.apache.org/jira/browse/JEXL-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364104#comment-15364104 ] 

Dmitri Blinov commented on JEXL-202:
------------------------------------

Could you please also fix typo in message 'assignement error in..'. should be 'assignment ...

> 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.0.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
(v6.3.4#6332)