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 2332235 PMD: Allow certain violations in Fraction/BigFraction new d392058 Test hashCode is equal when the fractions are equal. new 1dad4a1 Add test for signum to fraction constructor tests new fbcde79 Updated Fraction/BigFraction signum() new 51973c3 Fix fraction hashCode The 4 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/BigFraction.java | 24 ++++----- .../apache/commons/numbers/fraction/Fraction.java | 21 ++++---- .../commons/numbers/fraction/BigFractionTest.java | 60 +++++++++++++++++----- .../commons/numbers/fraction/CommonTestCases.java | 1 + .../commons/numbers/fraction/FractionTest.java | 60 +++++++++++++++++----- 5 files changed, 120 insertions(+), 46 deletions(-)