Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Apr 2, 2017
1 parent 43a0074 commit 19e0e29
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 27 deletions.
Expand Up @@ -18,9 +18,6 @@
package org.apache.commons.math4.random;

import java.util.Random;
import java.util.List;
import java.util.ArrayList;
import java.util.Collection;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.apache.commons.math4.exception.MathInternalError;
Expand Down
Expand Up @@ -19,7 +19,6 @@

import java.math.BigDecimal;
import java.util.Arrays;
import java.util.HashSet;

import org.apache.commons.math4.distribution.EnumeratedRealDistribution;
import org.apache.commons.math4.distribution.RealDistribution;
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/apache/commons/math4/util/MathArrays.java
Expand Up @@ -39,8 +39,6 @@
import org.apache.commons.math4.exception.NullArgumentException;
import org.apache.commons.math4.exception.NumberIsTooLargeException;
import org.apache.commons.math4.exception.util.LocalizedFormats;
import org.apache.commons.rng.simple.RandomSource;
import org.apache.commons.rng.UniformRandomProvider;

/**
* Arrays utilities.
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/apache/commons/math4/TestUtils.java
Expand Up @@ -19,7 +19,6 @@

import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.text.DecimalFormat;
Expand Down
Expand Up @@ -26,7 +26,6 @@
import org.apache.commons.math4.util.IntegerSequence.Range;
import org.junit.Assert;
import org.junit.Test;
import org.junit.Assert;

/**
*/
Expand Down
Expand Up @@ -17,9 +17,7 @@
package org.apache.commons.math4.distribution;

import java.util.List;
import java.util.ArrayList;

import org.apache.commons.math4.distribution.MixtureMultivariateRealDistribution;
import org.apache.commons.math4.distribution.MultivariateNormalDistribution;
import org.apache.commons.math4.exception.MathArithmeticException;
import org.apache.commons.math4.exception.NotPositiveException;
Expand Down
Expand Up @@ -22,10 +22,6 @@
import org.junit.Assert;
import org.junit.Test;

import java.text.FieldPosition;
import java.text.NumberFormat;
import java.text.ParsePosition;

public class Vector2DTest {

private static final double EPS = Math.ulp(1d);
Expand Down
Expand Up @@ -17,7 +17,6 @@

package org.apache.commons.math4.ml.neuralnet.twod.util;

import org.apache.commons.math4.ml.neuralnet.Neuron;
import org.apache.commons.math4.ml.neuralnet.Network;
import org.apache.commons.math4.ml.neuralnet.FeatureInitializer;
import org.apache.commons.math4.ml.neuralnet.FeatureInitializerFactory;
Expand Down
Expand Up @@ -26,7 +26,6 @@
import org.apache.commons.math4.random.CorrelatedRandomVectorGenerator;
import org.apache.commons.math4.random.GaussianRandomGenerator;
import org.apache.commons.math4.random.NormalizedRandomGenerator;
import org.apache.commons.rng.UniformRandomProvider;
import org.apache.commons.rng.simple.RandomSource;
import org.apache.commons.math4.stat.correlation.StorelessCovariance;
import org.apache.commons.math4.stat.descriptive.moment.VectorialCovariance;
Expand Down
Expand Up @@ -18,7 +18,6 @@
package org.apache.commons.math4.random;

import org.apache.commons.math4.random.GaussianRandomGenerator;
import org.apache.commons.rng.UniformRandomProvider;
import org.apache.commons.rng.simple.RandomSource;
import org.apache.commons.math4.stat.StatUtils;
import org.junit.Assert;
Expand Down
Expand Up @@ -16,13 +16,6 @@
*/
package org.apache.commons.math4.random;

import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Random;
import java.util.List;

import org.apache.commons.math4.RetryRunner;
import org.apache.commons.math4.TestUtils;
import org.apache.commons.math4.exception.MathIllegalArgumentException;
Expand Down
Expand Up @@ -26,7 +26,6 @@
import org.apache.commons.math4.exception.NullArgumentException;
import org.apache.commons.math4.exception.OutOfRangeException;
import org.apache.commons.rng.simple.RandomSource;
import org.apache.commons.rng.UniformRandomProvider;
import org.apache.commons.math4.stat.descriptive.UnivariateStatistic;
import org.apache.commons.math4.stat.descriptive.UnivariateStatisticAbstractTest;
import org.apache.commons.math4.stat.descriptive.rank.Percentile.EstimationType;
Expand Down
Expand Up @@ -26,7 +26,6 @@
import org.junit.Ignore;
import org.apache.commons.rng.UniformRandomProvider;
import org.apache.commons.rng.simple.RandomSource;
import org.apache.commons.rng.simple.JDKRandomBridge;


/**
Expand Down
Expand Up @@ -16,7 +16,6 @@
*/
package org.apache.commons.math4.util;

import java.util.ArrayList;
import java.util.Arrays;
import java.math.BigInteger;

Expand Down

0 comments on commit 19e0e29

Please sign in to comment.