Re: [09/10] [math] Prevent findbugs false positive.

2015-12-25 Thread Luc Maisonobe
Le 25/12/2015 19:50, Phil Steitz a écrit : > On 12/25/15 9:29 AM, Luc Maisonobe wrote: >> Hi all, >> >> Le 25/12/2015 17:23, l...@apache.org a écrit : >>> Prevent findbugs false positive. >> This commit was intended to fix a false positive in findbugs. >> The field iterations has been deprecated an

Re: [09/10] [math] Prevent findbugs false positive.

2015-12-25 Thread Phil Steitz
On 12/25/15 9:29 AM, Luc Maisonobe wrote: > Hi all, > > Le 25/12/2015 17:23, l...@apache.org a écrit : >> Prevent findbugs false positive. > This commit was intended to fix a false positive in findbugs. > The field iterations has been deprecated and is not used > anymore in the library. However, as

Add public void nextBytes(byte[] bytes, int position, int length) method into the RandomGenerator interface

2015-12-25 Thread Rostislav Krasny
Hi there, I propose to add public void nextBytes(byte[] bytes, int position, int length) method into the base classes that implement the RandomGenerator interface. Rationality: to improve performance and memory usage in cases when one needs to fill only a specified region of a byte array. This wi

Re: [09/10] [math] Prevent findbugs false positive.

2015-12-25 Thread Luc Maisonobe
Hi all, Le 25/12/2015 17:23, l...@apache.org a écrit : > Prevent findbugs false positive. This commit was intended to fix a false positive in findbugs. The field iterations has been deprecated and is not used anymore in the library. However, as it is protected and not private, it cannot be remove

Re: [math] Exception Design

2015-12-25 Thread Gilles
Hello. On Fri, 25 Dec 2015 10:31:43 +0100, Luc Maisonobe wrote: Le 25/12/2015 04:46, Gilles a écrit : On Thu, 24 Dec 2015 16:56:54 +0100, Luc Maisonobe wrote: [...] When our users build a large application, they rely on numerous different libraries and tools, both open-source and proprietary.

[OT] Happy Hols

2015-12-25 Thread Gary Gregory
_ ,;;{ }.._, _,;{ } a j-,_ {}`"""';{_}``};_ __/ `/( `'--.._,_ /, `'---;--'-;` / /'._,\ | | )-'` _} |-\ {_,,\ `"\;;\

Re: [math] Exception Design

2015-12-25 Thread Luc Maisonobe
Le 25/12/2015 04:46, Gilles a écrit : > On Thu, 24 Dec 2015 16:56:54 +0100, Luc Maisonobe wrote: [...] When our users build a large application, they rely on numerous different libraries and tools, both open-source and proprietary. These libraries do have standard interface