Re: [compress] Nightly builds missing?

2009-04-09 Thread Henri Yandell
Mental note that we need to remove that nightly directory. On Thu, Apr 9, 2009 at 1:14 PM, Christian Grobmeier wrote: > Thanks - i didn't looked at the date actually. > I will remove the compress link to that server. > > Christian > > > On Thu, Apr 9, 2009 at 9:34 PM, Rahul Akolkar wrote: >> On

Re: [compress] Nightly builds missing?

2009-04-09 Thread Christian Grobmeier
Thanks - i didn't looked at the date actually. I will remove the compress link to that server. Christian On Thu, Apr 9, 2009 at 9:34 PM, Rahul Akolkar wrote: > On Thu, Apr 9, 2009 at 7:44 AM, Christian Grobmeier > wrote: >> Hi, >> >> looking at: >> http://people.apache.org/builds/commons/nigh

Re: [compress] Nightly builds missing?

2009-04-09 Thread Rahul Akolkar
On Thu, Apr 9, 2009 at 7:44 AM, Christian Grobmeier wrote: > Hi, > > looking at: > http://people.apache.org/builds/commons/nightly/commons-compress/ > shows me just some md5 hashes, > > but: > http://people.apache.org/builds/commons/nightly/commons-vfs/ > > has some builds. Can I do something to c

Re: [LANG] Null-protection methods

2009-04-09 Thread Stephen Colebourne
Henri Yandell wrote: Is the following worth keeping in Lang? Yes. Its a neat way of managing nulls, and the Java gods are actually pretty opposed to the null suggestions IIUC. Stephen - To unsubscribe, e-mail: dev-unsubscr

[compress] COMPRESS-50: Threading

2009-04-09 Thread Christian Grobmeier
Hi, Sebb allready took a look at all the classs and annotated them carefully. Conclusion is, Compress is not (completly) threadsafe. Looking round the code I think we have documented it quite complete. The tags proposed by Sebb can be found in the site by now. Everybody should know why and how we

Re: [LANG] Null-protection methods

2009-04-09 Thread Sujit Pal
I am guessing methods such as StringUtils.trim() are included? If so, I would like to say that a lot of times we use the StringUtils version over the native String version because the StringUtils one is null-safe. So taking these out would probably hurt users, at least until null-safety (or NoneTyp

[compress] Nightly builds missing?

2009-04-09 Thread Christian Grobmeier
Hi, looking at: http://people.apache.org/builds/commons/nightly/commons-compress/ shows me just some md5 hashes, but: http://people.apache.org/builds/commons/nightly/commons-vfs/ has some builds. Can I do something to change this? Thanks, Christian -

Re: [LANG] Null-protection methods

2009-04-09 Thread James Carman
On Thu, Apr 9, 2009 at 4:43 AM, Henri Yandell wrote: > Is the following worth keeping in Lang? > > public Foo someJdkMethod(Object input) { >    if(input == null) { >        handleAccordingly(); >    } >    return input.jdkMethod(); > } > > I feel that we've bloated up with these methods, and is i

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-04-09 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-configuration-test has an issue affecting its community integrati

Re: [compress] Debugflag in Tar classes

2009-04-09 Thread Stefan Bodewig
On 2009-04-09, Christian Grobmeier wrote: > Sine I really don't like those System.err.println stuff I would like > to remove it from the classes including the debug flag. +1 Stefan - To unsubscribe, e-mail: dev-unsubscr...@com

[LANG] Null-protection methods

2009-04-09 Thread Henri Yandell
Is the following worth keeping in Lang? public Foo someJdkMethod(Object input) { if(input == null) { handleAccordingly(); } return input.jdkMethod(); } I feel that we've bloated up with these methods, and is it really worth it? I still have lots of if(x != null && x.callFoo())

[compress] Debugflag in Tar classes

2009-04-09 Thread Christian Grobmeier
Hi, TarArchiveOutputStream, TarArchiveInputStream and TarBuffer contain a variable named "debug". In the first class it does nothing. If it is set in TarBuffer the flag produces some weird output on System.err. Like this: if (numBytes != blockSize) { if (debug) {

Re: Welcome Christian (was Re: svn commit: r762849 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveEntry.java)

2009-04-09 Thread Christian Grobmeier
Thanks for all the welcome mails :-) Cheers! 2009/4/8 Min Cha : > I have been seeing his activity in Commons so I think he will be a good > committer for Commons. > > Congratulation, Christian! > > On Wed, Apr 8, 2009 at 2:34 PM, Stefan Bodewig wrote: > >> Christian Grobmeier has been elected as