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 91BCADFCA for ; Fri, 9 Nov 2012 08:04:13 +0000 (UTC) Received: (qmail 59784 invoked by uid 500); 9 Nov 2012 08:04:13 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 59725 invoked by uid 500); 9 Nov 2012 08:04:13 -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 59693 invoked by uid 99); 9 Nov 2012 08:04:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 08:04:12 +0000 Date: Fri, 9 Nov 2012 08:04:12 +0000 (UTC) From: "Harpreet Singh (JIRA)" To: issues@commons.apache.org Message-ID: <1645901515.90675.1352448252293.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (JEXL-141) Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Harpreet Singh created JEXL-141: ----------------------------------- Summary: Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs Key: JEXL-141 URL: https://issues.apache.org/jira/browse/JEXL-141 Project: Commons JEXL Issue Type: Bug Affects Versions: 2.1.1 Reporter: Harpreet Singh Fix For: 2.1.2, 3.0 Suffix for BigDecimal Literal and Big Integer Literal is incorrectly mentioned on http://commons.apache.org/jexl/reference/syntax.html#Literals Correct Big Decimal Suffix is 'B' (Instead of 'H' ) Correct Big Integer Suffix is 'H' (Instead of 'B') This can be clearly verified by looking at ASTNumberLiteral.java -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira