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
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
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
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
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
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
===
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/