Re: [math] Using reflection to test private methods

2012-12-02 Thread Sébastien Brisard
Hi 2012/12/1 Gilles Sadowski gil...@harfang.homelinux.org On Sat, Dec 01, 2012 at 09:39:04PM +, sebb wrote: On 30 November 2012 11:43, Luc Maisonobe luc.maison...@free.fr wrote: Le 30/11/2012 09:19, Thomas Neidhart a écrit : On Fri, Nov 30, 2012 at 8:06 AM, Sébastien Brisard

Re: [math] Using reflection to test private methods

2012-12-02 Thread Sébastien Brisard
Hi, 2012/12/2 Ted Dunning ted.dunn...@gmail.com Google has a nice @ExposedForTesting annotation that they use for this. There are numerous instances in guava where otherwise private methods are exposed to the test suite for testing. It makes a lot of sense, and there are no questions to

Re: [math] Using reflection to test private methods

2012-12-02 Thread sebb
On 2 December 2012 09:58, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi 2012/12/1 Gilles Sadowski gil...@harfang.homelinux.org On Sat, Dec 01, 2012 at 09:39:04PM +, sebb wrote: On 30 November 2012 11:43, Luc Maisonobe luc.maison...@free.fr wrote: Le 30/11/2012 09:19, Thomas

Re: [math] Using reflection to test private methods

2012-12-02 Thread Sébastien Brisard
Hi, 2012/12/2 sebb seb...@gmail.com On 2 December 2012 09:58, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi 2012/12/1 Gilles Sadowski gil...@harfang.homelinux.org On Sat, Dec 01, 2012 at 09:39:04PM +, sebb wrote: On 30 November 2012 11:43, Luc Maisonobe

Re: [Math] Old to new API (MultivariateDifferentiable(Vector)Function)

2012-12-02 Thread Gilles Sadowski
Hello. I would propose to simply revert my changes on the optimization package and prepare for a reorganization for 4.0. I understand I focused only on the type of problems Gilles and myself routinely use, i .e. small size problems where the cost of the evaluation is several

Re: svn commit: r1416248 - in /commons/proper/email/trunk/src: changes/changes.xml java/org/apache/commons/mail/Email.java test/org/apache/commons/mail/EmailTest.java

2012-12-02 Thread Gary Gregory
This should be a place to use var args... Gary On Dec 2, 2012, at 15:23, t...@apache.org t...@apache.org wrote: Author: tn Date: Sun Dec 2 20:22:27 2012 New Revision: 1416248 URL: http://svn.apache.org/viewvc?rev=1416248view=rev Log: [EMAIL-114] Added new methods to Email to set an

Re: [Math] Old to new API (MultivariateDifferentiable(Vector)Function)

2012-12-02 Thread Luc Maisonobe
Gilles Sadowski gil...@harfang.homelinux.org a écrit : Hello. I would propose to simply revert my changes on the optimization package and prepare for a reorganization for 4.0. I understand I focused only on the type of problems Gilles and myself routinely use, i .e. small size

Re: svn commit: r1416241 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java

2012-12-02 Thread sebb
On 2 December 2012 19:34, t...@apache.org wrote: Author: tn Date: Sun Dec 2 19:34:05 2012 New Revision: 1416241 URL: http://svn.apache.org/viewvc?rev=1416241view=rev Log: Added missing keywords. Modified:

[GUMP@vmgump]: Project commons-dbcp (in module commons-dbcp-1.x) failed

2012-12-02 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-dbcp has an issue affecting its community integration. This issue

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

2012-12-02 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-dbcp2 has an issue affecting its community integration. This

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

2012-12-02 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-digester3 has an issue affecting its community integration. This

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

2012-12-02 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-chain2 has an issue affecting its community integration. This

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

2012-12-02 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-dbutils (in module apache-commons) failed

2012-12-02 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-dbutils has an issue affecting its community integration. This

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

2012-12-02 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: svn commit: r1416248 - in /commons/proper/email/trunk/src: changes/changes.xml java/org/apache/commons/mail/Email.java test/org/apache/commons/mail/EmailTest.java

2012-12-02 Thread Thomas Neidhart
On 12/02/2012 11:07 PM, Gary Gregory wrote: This should be a place to use var args... Thanks for the hint, in this case I could not use it as email still has to be (source) compatible with jdk 1.4. Thomas - To unsubscribe,

Re: svn commit: r1416241 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java

2012-12-02 Thread Thomas Neidhart
On 12/03/2012 01:43 AM, sebb wrote: On 2 December 2012 19:34, t...@apache.org wrote: Author: tn Date: Sun Dec 2 19:34:05 2012 New Revision: 1416241 URL: http://svn.apache.org/viewvc?rev=1416241view=rev Log: Added missing keywords. Modified: