• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / commons-numbers / 531

Builds Branch Commit Type Ran Committer Via Coverage
531 master Remove redundant groupId from pom. The project groupId matches the parent groupId. push 19 Jun 2020 02:23PM UTC aherbert travis-ci pending completion   set done
530 master refine travis-ci scripts push 26 May 2020 11:28AM UTC aherbert travis-ci pending completion   set done
529 patch-2 Merge e6e0558c8 into ae6a5e39b Pull #80 26 May 2020 04:50AM UTC web-flow travis-ci pending completion   set done
528 patch-1 Merge bef023d44 into ae6a5e39b Pull #79 25 May 2020 05:43PM UTC web-flow travis-ci pending completion   set done
527 master NUMBERS-147: Fix conversion from double to support 2^31 The value 2^31 can be in the numerator or denominator. Previously the conversion from double supported up to Integer.MAX_VALUE which is 2^31-1. Adds common test cases for conversion from do... push 21 Apr 2020 09:29PM UTC aherbert travis-ci pending completion   set done
526 numbers-147-fix Merge 996b6627b into 5daca57ee Pull #78 17 Apr 2020 09:48PM UTC web-flow travis-ci pending completion   set done
525 numbers-147-fix Merge 4615cfdab into 5daca57ee Pull #78 16 Apr 2020 11:08PM UTC web-flow travis-ci pending completion   set done
523 master BigFraction: Mantissa cannot be zero in subnormal number Since the value has already been tested against zero any sub-normal number has a non-zero mantissa. push 16 Apr 2020 09:39PM UTC aherbert travis-ci pending completion   set done
522 master Use correct FractionException constant in Fraction constructor push 16 Apr 2020 01:55PM UTC aherbert travis-ci pending completion   set done
521 master Fraction: double constructor to avoid iterations <= epsilon. Change < epsilon to <= epsilon. The rest of the double constructor logic uses > epsilon. Thus <= epsilon is the opposite comparison operator. This allows avoiding the iterations in ma... push 16 Apr 2020 01:11PM UTC aherbert travis-ci pending completion   set done
520 master FractionTest: zero divide should be equal to Fraction.ZERO This relaxes the requirement that it is the same object as Fraction.ZERO. push 09 Apr 2020 11:45AM UTC aherbert travis-ci pending completion   set done
519 master Fraction: Add thrown exception to pow javadoc. Add test to the demonstrate exception due to overflow. push 09 Apr 2020 10:04AM UTC aherbert travis-ci pending completion   set done
518 master FractionException: Removed unused exception constant. push 08 Apr 2020 11:54PM UTC aherbert travis-ci pending completion   set done
516 master Fix fraction hashCode The sign must be incorporated into the hash as a fraction with the same numerical value can have different representations: -1/3 == 1/-3 Using the sign ensures that -1/3 and 1/3 have different hash codes. This would not be... push 08 Apr 2020 01:11PM UTC aherbert travis-ci pending completion   set done
515 master PMD: Allow certain violations in Fraction/BigFraction Allow field ZERO and ONE to match method name in Fraction. Allow GodClass and ExcessiveMethodLength for BigFraction. push 07 Apr 2020 02:09PM UTC aherbert travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • …
  • 35
  • 36
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc