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 299f80b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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 @@ -116,7 +116,7 @@ public void testWithLombokAnnotation() throws Exception {
" public void test() {" + AmplificationHelper.LINE_SEPARATOR +
" LombokClassThatUseBuilder.builder().build();" + AmplificationHelper.LINE_SEPARATOR +
" }" + AmplificationHelper.LINE_SEPARATOR +
"}" + AmplificationHelper.LINE_SEPARATOR,
"}",
reader.lines()
.collect(Collectors.joining(AmplificationHelper.LINE_SEPARATOR))
);
Expand Down 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 299f80b

Please sign in to comment.