Re: [jira] [Commented] (COLLECTIONS-697) JavaDoc for FixedSizeList should warn that modifying underlying list is still allowed and is not prevented

2018-10-10 Thread Gary Gregory
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=

[numbers] Editing user guide through git mirror?

2018-10-10 Thread Eric Barnhill
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

[numbers] Making fractions VALJOs

2018-10-10 Thread Eric Barnhill
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] commons-io pull request #65: Performance Enhancement: Call toArray with Zero...

2018-10-10 Thread DaGeRe
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