Skip to content

Commit

Permalink
(yegor256#1335) Add todo to investigate overflow in SumOf
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed May 15, 2021
1 parent 3741599 commit 51955aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/org/cactoos/number/SumOfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
* Test case for {@link SumOf}.
*
* @since 0.9
* @todo #1335:30min Following the rewrite of the Number implementations
* in cactoos, the three methods below prefixed by overflow where adapted
* because they started to give different results. The task is to investigate
* thoroughly what is a "correct" behaviour concerning overflow in the case
* of SumOf and adapt the tests and the code to make this obvious and clear.
* @checkstyle JavadocMethodCheck (500 lines)
* @checkstyle MagicNumberCheck (500 lines)
*/
Expand Down

0 comments on commit 51955aa

Please sign in to comment.