Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6067018D89 for ; Thu, 23 Jul 2015 15:36:05 +0000 (UTC) Received: (qmail 12546 invoked by uid 500); 23 Jul 2015 15:36:05 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 12469 invoked by uid 500); 23 Jul 2015 15:36:05 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 12234 invoked by uid 99); 23 Jul 2015 15:36:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 15:36:05 +0000 Date: Thu, 23 Jul 2015 15:36:05 +0000 (UTC) From: "Henri Biestro (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (JEXL-166) Incorrect operator symbol for bitwise complement in jexlArithmetic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)