svn commit: r1382392 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/collection/AbstractCollectionTest.java

2012-09-08 Thread brentworden
Author: brentworden Date: Sun Sep 9 02:56:10 2012 New Revision: 1382392 URL: http://svn.apache.org/viewvc?rev=1382392&view=rev Log: corrected junit message Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/collection/AbstractCollectionTest.java Modifie

svn commit: r1382389 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java

2012-09-08 Thread psteitz
Author: psteitz Date: Sun Sep 9 01:47:34 2012 New Revision: 1382389 URL: http://svn.apache.org/viewvc?rev=1382389&view=rev Log: Added missing throws declarations, suppressed warnings. JIRA: MATH-854. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.j

svn commit: r1382382 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java

2012-09-08 Thread psteitz
Author: psteitz Date: Sat Sep 8 22:56:11 2012 New Revision: 1382382 URL: http://svn.apache.org/viewvc?rev=1382382&view=rev Log: Removed unused imports. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java Modified: commons/proper/math/trunk

svn commit: r1382380 - in /commons/proper/math/trunk/src: changes/ main/java/org/apache/commons/math3/distribution/ test/java/org/apache/commons/math3/distribution/

2012-09-08 Thread psteitz
Author: psteitz Date: Sat Sep 8 22:15:32 2012 New Revision: 1382380 URL: http://svn.apache.org/viewvc?rev=1382380&view=rev Log: Clarified definition of isSupportXxxBoundInclusive in RealDistribution interface, made code consistent with the definition, and deprecated these methods, marking for re

svn commit: r1382335 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java

2012-09-08 Thread psteitz
Author: psteitz Date: Sat Sep 8 17:48:08 2012 New Revision: 1382335 URL: http://svn.apache.org/viewvc?rev=1382335&view=rev Log: Eliminated no longer accurate implementation reference. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java

svn commit: r1382332 [2/2] - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat: ./ descriptive/ descriptive/moment/

2012-09-08 Thread psteitz
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/moment/Skewness.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/moment/Skewness.java?rev=1382332&r1=1382331&r2=1382332&view=diff ===

svn commit: r1382310 - in /commons/proper/configuration/trunk/src: changes/changes.xml main/java/org/apache/commons/configuration/XMLConfiguration.java test/java/org/apache/commons/configuration/TestX

2012-09-08 Thread oheger
Author: oheger Date: Sat Sep 8 14:55:29 2012 New Revision: 1382310 URL: http://svn.apache.org/viewvc?rev=1382310&view=rev Log: [CONFIGURATION-500] XMLConfiguration now adds attributes defined for list elements to all nodes in the list instead of to the first element only. Modified: commons/