[
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)