tobrien 2004/05/22 17:30:01
Modified: math/src/java/org/apache/commons/math/stat/univariate
DescriptiveStatisticsImpl.java
math/src/test/org/apache/commons/math/random
ValueServerTest.java EmpiricalDistributionTest.java
math/src/test/org/apache/commons/math/util
DefaultTransformerTest.java
math/src/test/org/apache/commons/math/stat/univariate
DescriptiveStatisticsTest.java
Log:
Removed a series of unused imports in various classes both source and test.
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.5 +1 -3
jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/DescriptiveStatisticsImpl.java
Index: DescriptiveStatisticsImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/DescriptiveStatisticsImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DescriptiveStatisticsImpl.java 3 May 2004 14:32:25 -0000 1.4
+++ DescriptiveStatisticsImpl.java 23 May 2004 00:30:01 -0000 1.5
@@ -17,8 +17,6 @@
import java.io.Serializable;
-import java.util.Arrays;
-
import org.apache.commons.math.util.ContractableDoubleArray;
/**
1.16 +1 -2
jakarta-commons/math/src/test/org/apache/commons/math/random/ValueServerTest.java
Index: ValueServerTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/math/src/test/org/apache/commons/math/random/ValueServerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ValueServerTest.java 12 Apr 2004 02:27:49 -0000 1.15
+++ ValueServerTest.java 23 May 2004 00:30:01 -0000 1.16
@@ -16,7 +16,6 @@
package org.apache.commons.math.random;
import junit.framework.Test;
-import junit.framework.TestCase;
import junit.framework.TestSuite;
import java.net.URL;
1.17 +1 -2
jakarta-commons/math/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java
Index: EmpiricalDistributionTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/math/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- EmpiricalDistributionTest.java 12 Apr 2004 02:27:49 -0000 1.16
+++ EmpiricalDistributionTest.java 23 May 2004 00:30:01 -0000 1.17
@@ -16,7 +16,6 @@
package org.apache.commons.math.random;
import junit.framework.Test;
-import junit.framework.TestCase;
import junit.framework.TestSuite;
import java.io.BufferedReader;
1.10 +1 -3
jakarta-commons/math/src/test/org/apache/commons/math/util/DefaultTransformerTest.java
Index: DefaultTransformerTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/math/src/test/org/apache/commons/math/util/DefaultTransformerTest.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DefaultTransformerTest.java 21 Feb 2004 21:35:18 -0000 1.9
+++ DefaultTransformerTest.java 23 May 2004 00:30:01 -0000 1.10
@@ -19,8 +19,6 @@
import java.math.BigDecimal;
import org.apache.commons.math.MathException;
-import org.apache.commons.math.TestUtils;
-
import junit.framework.TestCase;
/**
1.5 +1 -5
jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate/DescriptiveStatisticsTest.java
Index: DescriptiveStatisticsTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate/DescriptiveStatisticsTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DescriptiveStatisticsTest.java 3 May 2004 23:16:39 -0000 1.4
+++ DescriptiveStatisticsTest.java 23 May 2004 00:30:01 -0000 1.5
@@ -19,11 +19,7 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
-import org.apache.commons.math.MathException;
import org.apache.commons.math.TestUtils;
-import org.apache.commons.math.analysis.UnivariateRealFunction;
-import org.apache.commons.math.analysis.UnivariateRealSolverFactory;
-import org.apache.commons.math.analysis.UnivariateRealSolverUtils;
import org.apache.commons.math.random.RandomData;
import org.apache.commons.math.random.RandomDataImpl;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]