Please update the changes.xml and close the Jira ticket if the work is done.
Gary
On Sat, Oct 6, 2018 at 2:21 PM ASF GitHub Bot (JIRA)
wrote:
>
> [
> https://issues.apache.org/jira/browse/COLLECTIONS-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=
I am interested in adding some documentation to the commons Complex user
guide visible at
http://commons.apache.org/proper/commons-numbers/commons-numbers-complex/index.html
. I was wondering if this is available to edit through the commons git
mirrors somehow? Apologies if this information is pres
I am interested in moving forward on making the Fraction classes VALJOs
[NUMBERS-75].
Just a preliminary question for now, are we otherwise happy with the
Fraction class in the context of commons-numbers? Or should I look around
for any odd behaviors leftover from commons-math (Complex had a lot o
GitHub user DaGeRe opened a pull request:
https://github.com/apache/commons-io/pull/65
Performance Enhancement: Call toArray with Zero Array Size
toArray should, at least since Java 7, be used with new T[0] instead of
size, since it is "faster, safer, and contractually cleaner"
(ht