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 2015/07/23 17:36:05 UTC

[jira] [Resolved] (JEXL-166) Incorrect operator symbol for bitwise complement in jexlArithmetic

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

Henri Biestro resolved JEXL-166.
--------------------------------
    Resolution: Fixed
      Assignee: Henri Biestro

Committed revision 1692406

> Incorrect operator symbol for bitwise complement in jexlArithmetic
> ------------------------------------------------------------------
>
>                 Key: JEXL-166
>                 URL: https://issues.apache.org/jira/browse/JEXL-166
>             Project: Commons JEXL
>          Issue Type: Bug
>            Reporter: Dmitri Blinov
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 3.0
>
>
> In JexlArithmetic operator is defined as
>         COMPLEMENT("-", "bitwiseComplement", 1),
> should be as
>         COMPLEMENT("~", "bitwiseComplement", 1),



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)