[
https://issues.apache.org/jira/browse/NUMBERS-116?focusedWorklogId=262448&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-262448
]
ASF GitHub Bot logged work on NUMBERS-116:
------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jun/19 16:43
Start Date: 18/Jun/19 16:43
Worklog Time Spent: 10m
Work Description: coveralls commented on issue #52: [NUMBERS-116] Remove
redundant methods in org.apache.commons.numbers.core.ArithmeticUtils
URL: https://github.com/apache/commons-numbers/pull/52#issuecomment-503216715
[](https://coveralls.io/builds/24065497)
Coverage decreased (-0.2%) to 94.196% when pulling
**ab7f81481350b0d8bec83da46db014a0c7739fc6 on Schamschi:NUMBERS-116** into
**5d6e5414cb0a44719e1bb6de4a8b03cb2686eb59 on apache:master**.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 262448)
Time Spent: 20m (was: 10m)
> Remove redundant methods in ArithmeticUtils
> -------------------------------------------
>
> Key: NUMBERS-116
> URL: https://issues.apache.org/jira/browse/NUMBERS-116
> Project: Commons Numbers
> Issue Type: Improvement
> Components: core
> Reporter: Heinrich Bohne
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> As has been
> [discussed|http://mail-archives.apache.org/mod_mbox/commons-dev/201906.mbox/%3C940f9ff0-0b25-cd31-ddb3-a95ca777ba06%40gmx.at%3E]
> on the developers' mailing list, the following methods from the class
> {{ArithmeticUtils}} can be removed:
> {{addAndCheck(int, int)}}
> {{addAndCheck(long, long)}}
> {{mulAndCheck(int, int)}}
> {{mulAndCheck(long, long)}}
> {{subAndCheck(int, int)}}
> {{subAndCheck(long, long)}}
> And their usages replaced with the following equivalent methods from
> {{java.lang.Math}}:
> {{addExact(int, int)}}
> {{addExact(long, long)}}
> {{multiplyExact(int, int)}}
> {{multiplyExact(long, long)}}
> {{subtractExact(int, int)}}
> {{subtractExact(long, long)}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)