Skip to content

Commit

Permalink
style: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb committed Mar 4, 2020
1 parent 66dac78 commit 4d10fa3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import spoon.reflect.code.CtInvocation;
import spoon.reflect.code.CtLiteral;
import spoon.reflect.code.CtStatement;
import spoon.reflect.code.CtVariableAccess;
import spoon.reflect.declaration.*;
import spoon.reflect.factory.Factory;
import spoon.reflect.reference.CtExecutableReference;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package eu.stamp_project.dspot.common.test_framework.implementations.junit;

import junit.extensions.TestSetup;
import junit.framework.Test;
import junit.framework.TestSuite;
import spoon.reflect.code.CtConstructorCall;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void test() {

// build original class
Launcher launcher = new Launcher();
launcher.addInputResource("/Users/stephaniechallita/workspace/dspot/dspot/src/test/java/eu/stamp_project/dspot/common/miscellaneous/DSpotUtilsTest.java");
launcher.addInputResource("src/test/java/eu/stamp_project/dspot/common/miscellaneous/DSpotUtilsTest.java");
launcher.getEnvironment().setNoClasspath(true);
launcher.buildModel();
final Factory factory = launcher.getFactory();
Expand Down

0 comments on commit 4d10fa3

Please sign in to comment.