You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/03/05 17:05:16 UTC

[commons-numbers] branch fraction-dev updated (fd46ba8 -> 5f95ff1)

This is an automated email from the ASF dual-hosted git repository.

ericbarnhill pushed a change to branch fraction-dev
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.


    from fd46ba8  NUMBERS-77: replay of edit to AbstractFractionFormat
     new 16f6019  NUMBERS-75: Removal of private constructors and replacement with of* factory methods
     new ac4d275  NUMBERS-79: Fraction.add() and .subtract() are long-based
     new f6c81a5  NUMBERS-74: Convert new Fraction factory methods to static
     new bc5ef80  NUMBERS-74: ofInt() methods now static
     new c7e6c93  NUMBERS-74: Format classes use new Fraction factory methods
     new 9a827a5  NUMBERS-74: Conformed unit tests to new factory methods
     new fb71f89  NUMBERS-75: Fraction passes all FractionTests after updating
     new 43df05f  NUMBERS-75: Removal of unused BigInteger import
     new ebb8e03  NUMBERS-91: Added ofInt() factory methods and made BigInteger-based constructor private
     new dfabfc1  NUMBERS-91: Removal of percentageValue method
     new 3bb217b  NUMBERS-74: Changed factory methods to "of" and "from"
     new a55888c  NUMBERS-91: Conform BigFraction constructors to Fraction consts
     new 4304d1e  NUMBERS-91: Fixes to BigFraction related Formatting classes
     new 5a7d463  NUMBERS-91: Conforming Big Fraction related Test classes
     new 254ef61  NUMBERS-92: Rename AbstractFormat to AbstractFractionFormat
     new 2cdd94e  NUMBERS-92: Some missed unstaged changes
     new 9a4792c  NUMBERS-74: added parse() method to Fraction
     new 99cbe29  NUMBERS_74: minor: added a trim method to parsing single integer
     new 517df33  NUMBERS-74: minor: changed exception listed in doc
     new 8de7ce2  NUMBERS-74: minor: removed unneeded variable
     new fc162a2  NUMBERS-77: minor: bugfix
     new 5f95ff1  NUMBERS-77: bugfix: updating obsolete BigDecimal field reference in BigFractionTest

The 376 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:
 .../commons/numbers/fraction/AbstractFractionFormat.java  |  6 +++---
 .../commons/numbers/fraction/BigFractionFormat.java       |  2 +-
 .../apache/commons/numbers/fraction/FractionFormat.java   |  2 +-
 .../apache/commons/numbers/fraction/BigFractionTest.java  | 15 ++++++---------
 4 files changed, 11 insertions(+), 14 deletions(-)