Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Luc Maisonobe
Le 14/01/2012 17:50, Sébastien Brisard a écrit : Hello, Hi Sébastien, I used to do that when we still had a single root hierarchy. Changing the root temporarily to checked was a simple and efficient way to make sure javadoc was OK. Now we have removed the single root and this has become

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Luc Maisonobe
Le 15/01/2012 10:26, Sébastien Brisard a écrit : Hello Luc and Gilles, thank you for taking part in this discussion. Hi Sébastien, I used to do that when we still had a single root hierarchy. Changing the root temporarily to checked was a simple and efficient way to make sure javadoc was

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Gilles Sadowski
Hi Sébastien. thank you for taking part in this discussion. Hi Sébastien, I used to do that when we still had a single root hierarchy. Changing the root temporarily to checked was a simple and efficient way to make sure javadoc was OK. Now we have removed the single root and

[collections] suggestion for improvement: QueryableCollections

2012-01-15 Thread Benedikt Ritter
Hi, I have written a small extension for java.util.ArrayList, that allows for qerrying Lists using (generic) predicates. In addition to that, I adapted org.springframework.data.jpa.domain.Specifications class as a util to link predicates to queries. Here is how it works:

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Sébastien Brisard
Hi Gilles, An alternative would be to document unchecked exceptions in the javadoc, but not in @throws tags. Something along the lines this method should throw/throws an XXXException if This way, we would be able to remove the exceptions from the method signature if we feel that it would

Re: svn commit: r1230906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random: RandomData.java RandomDataImpl.java

2012-01-15 Thread Gilles Sadowski
On Sun, Jan 15, 2012 at 01:13:34PM +0100, Sébastien Brisard wrote: Hi Gilles, An alternative would be to document unchecked exceptions in the javadoc, but not in @throws tags. Something along the lines this method should throw/throws an XXXException if This way, we would be able to

[configuration] Generics and next release

2012-01-15 Thread Oliver Heger
Hi all, the generification of [configuration] is now complete. The tests were addressed, too. Clirr does not report any compatibility breaks. If you do not have any objections against the current API, we can start thinking about a new release. There are some Jira issues I am going to have a

Re: [collections] suggestion for improvement: QueryableCollections

2012-01-15 Thread James Ring
Google Guava has all this and more, and it doesn't require an extension to ArrayList, any Iterable will do. http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/Iterables.html On Jan 15, 2012 3:59 AM, Benedikt Ritter b...@systemoutprintln.de wrote: Hi, I have

Re: [configuration] Generics and next release

2012-01-15 Thread Ralph Goers
On Jan 15, 2012, at 10:47 AM, Oliver Heger wrote: Hi all, the generification of [configuration] is now complete. The tests were addressed, too. Clirr does not report any compatibility breaks. If you do not have any objections against the current API, we can start thinking about a new