[
https://issues.apache.org/jira/browse/LANG-1519?focusedWorklogId=406467&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-406467
]
ASF GitHub Bot logged work on LANG-1519:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Mar/20 18:17
Start Date: 19/Mar/20 18:17
Worklog Time Spent: 10m
Work Description: nnivruth commented on issue #495: LANG-1519 Add zero,
positive & negative util methods
URL: https://github.com/apache/commons-lang/pull/495#issuecomment-601337561
> Hi @nnivruth
> In general, since we are a general purpose library, I would say that you
should consider all subclasses of `Number` that are built-in the Java 8 JRE
with maybe a bias to considering only what is in Java 11's `java.base` module
in order to make it easier on us going forward though I would imagine that our
requiring Java 11 as a base requirement is a long ways off (just a guess on
that one.)
Thanks @garydgregory ! I've also added Long Accumulator, Long Adder, Double
Accumulator, Double Adder which covers [known Number
classes](https://docs.oracle.com/javase/8/docs/api/java/lang/Number.html).
----------------------------------------------------------------
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: 406467)
Time Spent: 4h 40m (was: 4.5h)
> Add Integer Utils to library
> ----------------------------
>
> Key: LANG-1519
> URL: https://issues.apache.org/jira/browse/LANG-1519
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.*
> Reporter: Nivruth Nandigam
> Priority: Trivial
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> Create Integer Utils class for useful integer operations and a placeholder
> for adding more useful/important utility functions
>
> Pull Request: [https://github.com/apache/commons-lang/pull/495]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)