From commits-return-72682-archive-asf-public=cust-asf.ponee.io@commons.apache.org Sun Apr 5 21:42:16 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 93786180638 for ; Sun, 5 Apr 2020 23:42:16 +0200 (CEST) Received: (qmail 23805 invoked by uid 500); 5 Apr 2020 21:42:15 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 23787 invoked by uid 99); 5 Apr 2020 21:42:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Apr 2020 21:42:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B6C95819F7; Sun, 5 Apr 2020 21:42:15 +0000 (UTC) Date: Sun, 05 Apr 2020 21:42:15 +0000 To: "commits@commons.apache.org" Subject: [commons-numbers] branch master updated (f91f812 -> a23596a) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158612293569.7998.2688044254397045191@gitbox.apache.org> From: aherbert@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-numbers X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f91f812e40e5928fc8cb29c1c4db27e6033465f7 X-Git-Newrev: a23596ae37ccba3657df18f01d02ca4ac5ef5dd3 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git. from f91f812 Increase coverage in RegularizedBetaTest. new 4e6e29a Fraction: Check numerator before denominator in toString() new 489d90a Increase coverage in FractionTest new 307024d Increase coverage in BigFractionTest new 0824c49 Increase coverage in ContinuedFractionTest new a23596a Formatting in ContinuedFraction. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../numbers/fraction/ContinuedFraction.java | 14 +++++----- .../commons/numbers/fraction/BigFractionTest.java | 13 ++++++++++ .../commons/numbers/fraction/CommonTestCases.java | 2 ++ .../numbers/fraction/ContinuedFractionTest.java | 19 ++++++++++++++ .../commons/numbers/fraction/FractionTest.java | 30 ++++++++++++++++++++++ 5 files changed, 71 insertions(+), 7 deletions(-)