You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/03/19 18:27:54 UTC

[GitHub] [commons-lang] nnivruth edited a comment on issue #495: LANG-1519 Add zero, positive & negative util methods

nnivruth edited a comment 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 subclasses](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:
users@infra.apache.org


With regards,
Apache Git Services