[GUMP@vmgump]: Project commons-jelly-tags-sql (in module commons-jelly) failed

2012-09-03 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-jelly-tags-sql has an issue affecting its community integration. T

Re: commons-lang pull request: Update src/main/java/org/apache/commons/lang3/Sy...

2012-09-03 Thread Henri Yandell
Cool to have a patch come in via github. Bear in mind there's nothing to suggest Olloth is on the mailing list. Hen On Sat, Sep 1, 2012 at 6:16 PM, James Carman wrote: > Can you submit a JIRA and attach a SVN patch please? > > On Sat, Sep 1, 2012 at 8:19 PM, Olloth wrote: >> GitHub user Olloth

Re: [math] Re: Single root for Exceptions

2012-09-03 Thread Gilles Sadowski
Hello. > > > >> >>> > >> >>> in ConjugateGradient, I get the following error > >> >>> > >> >>> "Exception NonPositiveDefiniteOperatorException is not compatible with > >> >>> throws clause in > >> >>> PreconditionedIterativeLinearSolver.solveInPlace(RealLinearOperator, > >> >>> RealLinearOperator,

Re: commons-lang pull request: Update src/main/java/org/apache/commons/lang3/Sy...

2012-09-03 Thread James Carman
"Cool" as in "that's great that we're getting contributions from folks via Github" or "cool" as in "it's cool to use patches via Github pull requests, since there's an implied license grant"? I agree that it's minor enough that any of us could just implement it "from scratch" and just not worry.

[math] Fixing and then deprecating isSupportXxxInclusive in RealDistribution interface

2012-09-03 Thread Phil Steitz
The conclusion from [1] was never implemented and I was, once again, confused by these properties when developing some density integration tests last night. I would like to deprecate these properties from the RealDistribution interface, but since removal will have to wait until 4.0, I would like t

Re: [all] Checkstyle and '+' should be on the previous line.

2012-09-03 Thread Phil Steitz
On 9/1/12 10:11 AM, Gary Gregory wrote: I have not tried using it, but the eclipse config that Luc posted [1] includes this line, which I suspect configures this behavior: I am curious why you don't like it. To me, it is similar to putting the open paren for a method call on the preceding line

Re: [all] Checkstyle and '+' should be on the previous line.

2012-09-03 Thread Gilles Sadowski
On Mon, Sep 03, 2012 at 09:59:55AM -0700, Phil Steitz wrote: > On 9/1/12 10:11 AM, Gary Gregory wrote: > > I have not tried using it, but the eclipse config that Luc posted > [1] includes this line, which I suspect configures this behavior: > > id="org.eclipse.jdt.core.formatter.wrap_before_bina

Re: svn commit: r1380305 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: Charsets.java binary/Hex.java net/BCodec.java net/QCodec.java net/QuotedPrintableCodec.java

2012-09-03 Thread sebb
On 3 September 2012 19:37, wrote: > Author: tn > Date: Mon Sep 3 18:37:21 2012 > New Revision: 1380305 > > URL: http://svn.apache.org/viewvc?rev=1380305&view=rev > Log: > Fixed findbugs warning wrt unused imports resulting from javadoc types. Another way to fix this would be to add the exceptio

Re: svn commit: r1380305 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: Charsets.java binary/Hex.java net/BCodec.java net/QCodec.java net/QuotedPrintableCodec.java

2012-09-03 Thread Thomas Neidhart
On 09/03/2012 08:48 PM, sebb wrote: > On 3 September 2012 19:37, wrote: >> Author: tn >> Date: Mon Sep 3 18:37:21 2012 >> New Revision: 1380305 >> >> URL: http://svn.apache.org/viewvc?rev=1380305&view=rev >> Log: >> Fixed findbugs warning wrt unused imports resulting from javadoc types. > > Ano

Re: svn commit: r1380305 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: Charsets.java binary/Hex.java net/BCodec.java net/QCodec.java net/QuotedPrintableCodec.java

2012-09-03 Thread sebb
On 3 September 2012 19:55, Thomas Neidhart wrote: > On 09/03/2012 08:48 PM, sebb wrote: >> On 3 September 2012 19:37, wrote: >>> Author: tn >>> Date: Mon Sep 3 18:37:21 2012 >>> New Revision: 1380305 >>> >>> URL: http://svn.apache.org/viewvc?rev=1380305&view=rev >>> Log: >>> Fixed findbugs warn

Re: svn commit: r1380305 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: Charsets.java binary/Hex.java net/BCodec.java net/QCodec.java net/QuotedPrintableCodec.java

2012-09-03 Thread Gary Gregory
This is really a shortcoming in FB IMO :( Gary On Sep 3, 2012, at 14:48, sebb wrote: > On 3 September 2012 19:37, wrote: >> Author: tn >> Date: Mon Sep 3 18:37:21 2012 >> New Revision: 1380305 >> >> URL: http://svn.apache.org/viewvc?rev=1380305&view=rev >> Log: >> Fixed findbugs warning wrt

Re: [all] Checkstyle and '+' should be on the previous line.

2012-09-03 Thread Gary Gregory
On Sep 3, 2012, at 14:13, Gilles Sadowski wrote: > On Mon, Sep 03, 2012 at 09:59:55AM -0700, Phil Steitz wrote: >> On 9/1/12 10:11 AM, Gary Gregory wrote: >> >> I have not tried using it, but the eclipse config that Luc posted >> [1] includes this line, which I suspect configures this behavior: >

Re: [math] UnexpectedNegativeIntegerException

2012-09-03 Thread Gilles Sadowski
> > [...] > > > > There must be something imprecise in the CM project description which I've > > read somewhere, mentioning "state-of-the-art". I understood it as "best > > practices in Java programming and OO design", but I must have been wrong. > > Probably what you remember reading is this on t

Re: [all] Checkstyle and '+' should be on the previous line.

2012-09-03 Thread Phil Steitz
On Sep 3, 2012, at 12:25 PM, Gary Gregory wrote: > On Sep 3, 2012, at 14:13, Gilles Sadowski > wrote: > >> On Mon, Sep 03, 2012 at 09:59:55AM -0700, Phil Steitz wrote: >>> On 9/1/12 10:11 AM, Gary Gregory wrote: >>> >>> I have not tried using it, but the eclipse config that Luc posted >>>

Re: [all] Checkstyle and '+' should be on the previous line.

2012-09-03 Thread Gilles Sadowski
On Mon, Sep 03, 2012 at 02:19:01PM -0700, Phil Steitz wrote: > > > > > On Sep 3, 2012, at 12:25 PM, Gary Gregory wrote: > > > On Sep 3, 2012, at 14:13, Gilles Sadowski > > wrote: > > > >> On Mon, Sep 03, 2012 at 09:59:55AM -0700, Phil Steitz wrote: > >>> On 9/1/12 10:11 AM, Gary Gregory wr

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

2012-09-03 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-09-03 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 issue

[math] Deprecate, then remove OpenMapRealVectors?

2012-09-03 Thread Sébastien Brisard
Hi, now the summer is over, it is time to revive this thread [1]. It is copied to both user@ and dev@ mailing lists. Recently, many problems have been found out with class OpenMapRealVector [2], [3], to the point that we are considering the complete removal of this class in upcoming versions [4].

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

2012-09-03 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 i

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

2012-09-03 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 issu

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

2012-09-03 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-09-03 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 iss

Re: [math] UnexpectedNegativeIntegerException

2012-09-03 Thread Ole Ersoy
Hi, I realize I'm a little late to the party here, so if I'm asking or suggesting things that are naive just let me know straight up, and I'll try to educate myself better. I will say that I really enjoy reading these threads because I learn a great deal from them. As a user of commons math

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

2012-09-03 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