Return-Path: X-Original-To: apmail-fleece-dev-archive@minotaur.apache.org Delivered-To: apmail-fleece-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F92911D32 for ; Sat, 28 Jun 2014 21:26:07 +0000 (UTC) Received: (qmail 17085 invoked by uid 500); 28 Jun 2014 21:26:07 -0000 Delivered-To: apmail-fleece-dev-archive@fleece.apache.org Received: (qmail 17072 invoked by uid 500); 28 Jun 2014 21:26:07 -0000 Mailing-List: contact dev-help@fleece.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fleece.incubator.apache.org Delivered-To: mailing list dev@fleece.incubator.apache.org Received: (qmail 17060 invoked by uid 99); 28 Jun 2014 21:26:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2014 21:26:06 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hendrikdev22@gmail.com designates 209.85.217.179 as permitted sender) Received: from [209.85.217.179] (HELO mail-lb0-f179.google.com) (209.85.217.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2014 21:26:02 +0000 Received: by mail-lb0-f179.google.com with SMTP id z11so4953903lbi.10 for ; Sat, 28 Jun 2014 14:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DBeMY4LzxRmjoOcQpf43ijX7AZJMpJORoe/HB2xShgs=; b=mgTF7lx05V3CHQBVWk/yPFf8wNkdkE0MMmwlb6WjQ54QGDt5p3+oPh8zfIjtRAAp3D 1VRCSKn5yqWNMSEKY4zeftiUnWVDstuBc2xw4Z1N3BLsWxaoeYooJVI1jkbl6K2IZTBC ZEXbLuaENY8FyKpn7f3lReYamf2M3L476dwGBvi5akBsRzbpNd0iVPf1T/LUELwlOWPe ruGxQ7e42aNEZxOdWrzjAzK2XK2VOlRgA3z57z0PB03lYLKkrhQ1d2gNkiq4Ya6unNgE 9rl8e3gTekGnyw/qJ6Tsj1mG/FkjtNl/ZgyPupMfhcSqLK3BGzBiOcYDnm/bAUenG0Z2 JJGQ== MIME-Version: 1.0 X-Received: by 10.112.167.105 with SMTP id zn9mr577405lbb.10.1403990740895; Sat, 28 Jun 2014 14:25:40 -0700 (PDT) Received: by 10.114.74.175 with HTTP; Sat, 28 Jun 2014 14:25:40 -0700 (PDT) Date: Sat, 28 Jun 2014 23:25:40 +0200 Message-ID: Subject: fix suggestion for JsonStreamParser.isIntegralNumber() From: Hendrik Dev To: dev@fleece.incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org isIntegralNumber() also have to throw a IllegalStateException isIntegralNumber() does now throw ise, little renaming, cleanup of possibly unnecessary code https://github.com/salyh/fleece_tmp/commit/0a06c65d7934354cb1ed9873a47159030049df68 Thanks Hendrik