Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In JexlArithmetic operator is defined as
COMPLEMENT("-", "bitwiseComplement", 1),
should be as
COMPLEMENT("~", "bitwiseComplement", 1),