Re: svn commit: r819141 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/concurrent/LazyInitializer.java test/org/apache/commons/lang/concurrent/ test/org/apache/commons/lang/concur

2009-09-26 Thread sebb
On 26/09/2009, ohe...@apache.org wrote: > Author: oheger > Date: Sat Sep 26 14:27:32 2009 > New Revision: 819141 > > URL: http://svn.apache.org/viewvc?rev=819141&view=rev > Log: > [LANG-496] Added LazyInitializer class plus test class. > > Added: > > commons/proper/lang/trunk/src/java/o

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-09-26 Thread commons-jelly-tags-fmt development
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-fmt-test has an issue affecting its community integrat

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

2009-09-26 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: svn commit: r819141 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/concurrent/LazyInitializer.java test/org/apache/commons/lang/concurrent/ test/org/apache/commons/lang/concur

2009-09-26 Thread Oliver Heger
sebb schrieb: On 26/09/2009, ohe...@apache.org wrote: Author: oheger Date: Sat Sep 26 14:27:32 2009 New Revision: 819141 URL: http://svn.apache.org/viewvc?rev=819141&view=rev Log: [LANG-496] Added LazyInitializer class plus test class. Added: commons/proper/lang/trunk/src/java/org/

[g...@vmgump]: Project commons-jelly-tags-xmlunit (in module commons-jelly) success, but with warnings.

2009-09-26 Thread commons-jelly-tags-xmlunit development
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-xmlunit contains errors. The current state of this proj

[g...@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) success, but with warnings.

2009-09-26 Thread commons-jelly-tags-jaxme development
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-jaxme contains errors. The current state of this projec

Re: svn commit: r819141 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/concurrent/LazyInitializer.java test/org/apache/commons/lang/concurrent/ test/org/apache/commons/lang/concur

2009-09-26 Thread Stephen Colebourne
Is the temporary variable "result" needed? Or maybe I'm missing some subtlety here ? In which case it should be documented in a comment please. According to Bloch's book the temporary variable is indeed a performance optimization. It prevents that the volatile field is read twice in the co