Dmitri Blinov created JEXL-166:
----------------------------------
Summary: 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
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)
