Skip to content

Commit

Permalink
Merge pull request #1018 from rnveach/unused_imports
Browse files Browse the repository at this point in the history
removed unused imports
  • Loading branch information
hcoles committed May 18, 2022
2 parents 98f4c55 + 343891c commit 203ec98
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 20 deletions.
Expand Up @@ -26,7 +26,6 @@
import static org.pitest.mutationtest.config.ReportOptions.DEFAULT_CHILD_JVM_ARGS;

import java.io.File;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
Expand Down
Expand Up @@ -11,7 +11,6 @@
import org.pitest.mutationtest.config.PluginServices;
import org.pitest.mutationtest.engine.gregor.GregorMutationEngine;
import org.pitest.mutationtest.report.html.HtmlReportFactory;
import org.pitest.util.IsolationUtils;

public class PluginFilterTest {

Expand Down
Expand Up @@ -24,7 +24,6 @@
import org.pitest.functional.FCollection;
import org.pitest.mutationtest.config.TestPluginArguments;
import org.pitest.mutationtest.engine.Location;
import org.pitest.mutationtest.execute.DefaultPITClassloader;
import org.pitest.mutationtest.tooling.JarCreatingJarFinder;
import org.pitest.process.LaunchOptions;
import org.pitest.process.ProcessArgs;
Expand Down
Expand Up @@ -2,7 +2,6 @@

import org.assertj.core.api.Condition;
import org.assertj.core.api.SoftAssertions;
import org.objectweb.asm.util.Textifier;
import org.pitest.bytecode.analysis.ClassTree;
import org.pitest.bytecode.analysis.MethodTree;
import org.pitest.classinfo.ClassByteArraySource;
Expand Down
Expand Up @@ -11,9 +11,7 @@
import org.pitest.mutationtest.filter.LimitNumberOfMutationsPerClassFilterFactory;
import org.pitest.mutationtest.report.csv.CSVReportFactory;
import org.pitest.plugin.Feature;
import org.pitest.plugin.ProvidesFeature;

import java.util.Collection;
import java.util.function.Predicate;

import static java.util.Arrays.asList;
Expand Down
Expand Up @@ -31,9 +31,7 @@
import java.util.List;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.ArgumentMatchers;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.pitest.classinfo.ClassByteArraySource;
Expand Down
Expand Up @@ -2,8 +2,6 @@

import org.junit.Test;

import com.example.java8.AnonymousClass;

import static org.junit.Assert.assertEquals;

/**
Expand Down
Expand Up @@ -14,7 +14,6 @@

import java.io.File;
import java.util.Collections;
import java.util.Map;

import static java.util.Arrays.asList;
import static org.mockito.ArgumentMatchers.anyMap;
Expand Down
@@ -1,8 +1,6 @@
package org.pitest.mutationtest.engine.gregor.blocks;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

import org.junit.Before;
import org.junit.Test;
Expand Down
Expand Up @@ -6,7 +6,6 @@
import org.pitest.util.Unchecked;

import java.lang.reflect.Constructor;
import java.util.Collection;
import java.util.List;
import java.util.function.BiFunction;
import java.util.function.Predicate;
Expand Down
Expand Up @@ -6,7 +6,6 @@
import org.pitest.util.Unchecked;

import java.lang.reflect.Constructor;
import java.util.Collection;
import java.util.List;
import java.util.function.DoubleFunction;
import java.util.function.DoubleSupplier;
Expand Down
Expand Up @@ -6,7 +6,6 @@
import org.pitest.util.Unchecked;

import java.lang.reflect.Constructor;
import java.util.Collection;
import java.util.List;
import java.util.function.IntFunction;
import java.util.function.IntSupplier;
Expand Down
Expand Up @@ -6,7 +6,6 @@
import org.pitest.util.Unchecked;

import java.lang.reflect.Constructor;
import java.util.Collection;
import java.util.List;
import java.util.function.LongFunction;
import java.util.function.LongSupplier;
Expand Down
Expand Up @@ -6,7 +6,6 @@
import org.pitest.util.Unchecked;

import java.lang.reflect.Constructor;
import java.util.Collection;
import java.util.List;
import java.util.function.Function;
import java.util.function.Predicate;
Expand Down
Expand Up @@ -2,7 +2,6 @@

import org.assertj.core.api.StringAssert;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.util.ASMifier;
import org.objectweb.asm.util.CheckClassAdapter;
import org.objectweb.asm.util.Textifier;
import org.objectweb.asm.util.TraceClassVisitor;
Expand Down
Expand Up @@ -9,7 +9,6 @@
import org.pitest.mutationtest.engine.gregor.MethodMutatorFactory;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import java.util.concurrent.Callable;
Expand Down

0 comments on commit 203ec98

Please sign in to comment.