[continuum] BUILD FAILURE: Apache Commons - Commons Compress - Default Maven 2 Build Definition (Java 1.5)

2011-08-06 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=11031&projectId=64 Build statistics: State: Failed Previous State: Failed Started at: Sun 7 Aug 2011 06:27:44 + Finished at: Sun 7 Aug 2011 06:28:01 + Total time: 17s Build Trigger: Schedule Build

[compress] trunk is at Java5

2011-08-06 Thread Stefan Bodewig
Hi all, just a FYI that trunk compiles without any warnings using -Xlint:all and the Clirr report only reports some added methods in the ZIP package - it seems it has been possible to move to Java5 without modifiying the existing API at all. Stefan ---

Re: [compress] Need API Feedback/Advice for ZipArchiveOutputStream ans ZIP64

2011-08-06 Thread Stefan Bodewig
On 2011-08-06, Phil Steitz wrote: > On 8/5/11 9:40 PM, Stefan Bodewig wrote: >> This means ZipArchiveOutputStream must decide whether it is going to use >> the ZIP64 format before it knows whether it would actually need it or >> not. If it signals it is going to use ZIP64 then an implementation t

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-08-06 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=11022&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Sat 6 Aug 2011 23:25:14 + Finished at: Sat 6 Aug 2011 23:25:58 + Total time: 43s Build Trigger: Schedule Build Num

Re: [math] Pivoting in QR decomposition

2011-08-06 Thread Greg Sterijevski
Hello All, Not sure if this is stepping on toes, but here is what I thought of to deal with pivoting. I would only need to modify the constructor of the QRDecompImpl class: public QRDecompositionPivotImpl(RealMatrix matrix) { final int m = matrix.getRowDimension(); final int n =

Re: [LANG] Proposing 3.0.1

2011-08-06 Thread sebb
On 6 August 2011 19:37, sebb wrote: > On 5 August 2011 07:28, Jörg Schaible wrote: >> Hi, >> >> Gary Gregory wrote: >> >>> On Wed, Aug 3, 2011 at 10:02 AM, Jörg Schaible >>> wrote: Hi Hen, Henri Yandell wrote: > I'd like to release 3.0.1 of Lang. Do we have any

[VOTE] Release Commons Lang 3.0.1 [Based on RC2]

2011-08-06 Thread Henri Yandell
Second try for 3.0.1 :) Three changes - fixed version for the archive files, proper fix to LANG-727 and missing javadoc implemented. RC2 is available here: http://people.apache.org/~bayard/commons-lang3-3.0.1-RC2/ SVN: http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_0_1_RC2/

Re: [LANG] Proposing 3.0.1

2011-08-06 Thread sebb
On 5 August 2011 07:28, Jörg Schaible wrote: > Hi, > > Gary Gregory wrote: > >> On Wed, Aug 3, 2011 at 10:02 AM, Jörg Schaible >> wrote: >>> Hi Hen, >>> >>> Henri Yandell wrote: >>> I'd like to release 3.0.1 of Lang. >>> >>> Do we have any policies regarding Serializable types? I'd like to m

Re: [compress] Need API Feedback/Advice for ZipArchiveOutputStream ans ZIP64

2011-08-06 Thread Phil Steitz
On 8/5/11 9:40 PM, Stefan Bodewig wrote: > Hi, > > there are eight possible permutations of compressed/uncompressed entries > that get written to a seekable-/non-seekable stream whose size is either > known or unknown prior to writing them. > > One of them is prohibited (uncompressed/non-seekable/u

[continuum] BUILD FAILURE: Apache Commons - Commons Compress - Default Maven 2 Build Definition (Java 1.5)

2011-08-06 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=11012&projectId=64 Build statistics: State: Failed Previous State: Ok Started at: Sat 6 Aug 2011 17:24:02 + Finished at: Sat 6 Aug 2011 17:24:11 + Total time: 9s Build Trigger: Schedule Build Numb

Re: [math] serialVersionUID

2011-08-06 Thread Phil Steitz
On 8/6/11 9:38 AM, Stefan Bodewig wrote: > On 2011-08-06, Gilles Sadowski wrote: > >>> I've just realized that many classes I've submitted do not define >>> serialVersionUID, which raises a warning. >> Who reaises a warning? > javac (when run with -Xlint:serial or -Xlint or something similar). And

Re: [math] serialVersionUID

2011-08-06 Thread Phil Steitz
On 8/6/11 5:21 AM, Jörg Schaible wrote: > Sébastien Brisard wrote: > >> Hi, >> I've just realized that many classes I've submitted do not define >> serialVersionUID, which raises a warning. I have to say that it's >> something I've never done myself, but I'd like to avoid the committers >> the burd

Re: [math] serialVersionUID

2011-08-06 Thread Stefan Bodewig
On 2011-08-06, Gilles Sadowski wrote: >> I've just realized that many classes I've submitted do not define >> serialVersionUID, which raises a warning. > Who reaises a warning? javac (when run with -Xlint:serial or -Xlint or something similar). Stefan --

Re: [math] serialVersionUID

2011-08-06 Thread Stefan Bodewig
On 2011-08-06, Sébastien Brisard wrote: > I've just realized that many classes I've submitted do not define > serialVersionUID, which raises a warning. I have to say that it's > something I've never done myself, but I'd like to avoid the committers > the burden of inserting this. What's the rule f

Re: [math] serialVersionUID

2011-08-06 Thread Gilles Sadowski
> I've just realized that many classes I've submitted do not define > serialVersionUID, which raises a warning. Who reaises a warning? > I have to say that it's > something I've never done myself, but I'd like to avoid the committers > the burden of inserting this. IMHO, a class should be "Seria

[continuum] BUILD FAILURE: Apache Commons - Commons Lang - Default Maven 2 Build Definition (Java 1.5)

2011-08-06 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=11009&projectId=95 Build statistics: State: Failed Previous State: Failed Started at: Sat 6 Aug 2011 16:22:09 + Finished at: Sat 6 Aug 2011 16:22:54 + Total time: 44s Build Trigger: Schedule Build

Re: [math] "Abstract" prefix?

2011-08-06 Thread Gilles Sadowski
On Sat, Aug 06, 2011 at 10:38:46AM +0200, Sébastien Brisard wrote: > Hi, > what's your policy regarding prefixing the name of abstract classes > with "Abstract"? I got the feeling that if there is an underlying > interface, then you add the "abstract" > public interface Foo{...} > public abstract c

Re: [CANCEL] Release Commons Lang 3.0.1 [Based on RC1]

2011-08-06 Thread Konstantin Kolinko
2011/8/5 Henri Yandell : > > No idea on FindBugs. :( > > On Fri, Aug 5, 2011 at 6:08 AM, Gary Gregory wrote: >> >> Is there a way to get rid of the FindBugs bug report with a code >> comment? It's a bummer that FB can't dive in the code and see what >> Validate does. >> I do not know about commen

Re: [compress] Need API Feedback/Advice for ZipArchiveOutputStream ans ZIP64

2011-08-06 Thread Stefan Bodewig
On 2011-08-06, Torsten Curdt wrote: >> The only case that isn't covered so far is compressed / non-seekable >> output / input of unknown size. > WTF > How does the input stream distinguish between entry data and stream > data if the length is not know up front? The DEFLATE algorithm signals wh

Re: [math] serialVersionUID

2011-08-06 Thread Jörg Schaible
Sébastien Brisard wrote: > Hi, > I've just realized that many classes I've submitted do not define > serialVersionUID, which raises a warning. I have to say that it's > something I've never done myself, but I'd like to avoid the committers > the burden of inserting this. What's the rule for chosin

Re: [math] serialVersionUID

2011-08-06 Thread James Carman
Use 1L :) 2011/8/6 Sébastien Brisard : > Hi, > I've just realized that many classes I've submitted do not define > serialVersionUID, which raises a warning. I have to say that it's > something I've never done myself, but I'd like to avoid the committers > the burden of inserting this. What's the

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

2011-08-06 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

Re: [Math] linearCombination

2011-08-06 Thread Gilles Sadowski
Hi. > > [...] > > I've allowed myself to adapt your code to an array version of the > accurate "linearCombination" (committed in revision 1154416). > > Here is a micro-benchmark (for an array of length 3): > - > linearCombination (runs per timed block: 1, timed blocks: 1000) > direct

[math] "Abstract" prefix?

2011-08-06 Thread Sébastien Brisard
Hi, what's your policy regarding prefixing the name of abstract classes with "Abstract"? I got the feeling that if there is an underlying interface, then you add the "abstract" public interface Foo{...} public abstract class AbstractFoo{} implements Foo How about abstract classes which do not impl

[math] serialVersionUID

2011-08-06 Thread Sébastien Brisard
Hi, I've just realized that many classes I've submitted do not define serialVersionUID, which raises a warning. I have to say that it's something I've never done myself, but I'd like to avoid the committers the burden of inserting this. What's the rule for chosing this number? (sorry for the silly

Re: [compress] Need API Feedback/Advice for ZipArchiveOutputStream ans ZIP64

2011-08-06 Thread Torsten Curdt
> The only case that isn't covered so far is compressed / non-seekable > output / input of unknown size. WTF How does the input stream distinguish between entry data and stream data if the length is not know up front? cheers, Torsten -