[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-05-21 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2011-05-21 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

Re: [math] BigFraction add, subtract returning references rather than new instances

2011-05-21 Thread Phil Steitz
On 5/21/11 1:50 AM, Luc Maisonobe wrote: > Le 21/05/2011 01:25, sebb a écrit : >> On 20 May 2011 21:04, Phil Steitz wrote: >>> This code in BigFraction.add looks dangerous to me: >>> >>> if (ZERO.equals(fraction)) { >>> return this; >>> } >>> >>> subtract has similar code and some

Re: [OGNL] logo and site

2011-05-21 Thread Gary Gregory
That logo looks nice and feels in the same spirit as the other commons logo. Gary On May 21, 2011, at 2:36, Simone Tripodi wrote: > Hi Phil! > I think that having the default one would be really nice so we can > push the site without the logo "hole". > Anyway I'd like to create something differ

Re: [math] BigFraction add, subtract returning references rather than new instances

2011-05-21 Thread Gilles Sadowski
On Sat, May 21, 2011 at 10:50:01AM +0200, Luc Maisonobe wrote: > Le 21/05/2011 01:25, sebb a écrit : > >On 20 May 2011 21:04, Phil Steitz wrote: > >>This code in BigFraction.add looks dangerous to me: > >> > >> if (ZERO.equals(fraction)) { > >>return this; > >> } > >> > >>subtract ha

Re: [math] BigFraction add, subtract returning references rather than new instances

2011-05-21 Thread Luc Maisonobe
Le 21/05/2011 01:25, sebb a écrit : On 20 May 2011 21:04, Phil Steitz wrote: This code in BigFraction.add looks dangerous to me: if (ZERO.equals(fraction)) { return this; } subtract has similar code and some other methods return the static BigFraction.ZERO. While BigFractions