Skip to content

Commit d53d58d

Browse files
mickaelistriarobstryker
authored andcommitted
Remove useless imports in tests
1 parent aadbc34 commit d53d58d

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter15JLS4Test.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7053,8 +7053,6 @@ public void test0217() throws JavaModelException {
70537053
public void test0218() throws JavaModelException {
70547054
this.workingCopy = getWorkingCopy("/Converter15/src/X.java", true/*resolve*/);
70557055
String contents =
7056-
"import java.util.List;\n" +
7057-
"\n" +
70587056
"public class X {\n" +
70597057
" /**\n" +
70607058
" * @category fo\n" +
@@ -7096,8 +7094,6 @@ public void test0218() throws JavaModelException {
70967094
public void test0219() throws JavaModelException {
70977095
this.workingCopy = getWorkingCopy("/Converter15/src/X.java", true/*resolve*/);
70987096
String contents =
7099-
"import java.util.List;\n" +
7100-
"\n" +
71017097
"public class X {\n" +
71027098
" /**\n" +
71037099
" * @category fo\n" +

org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter15JLS8Test.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7014,8 +7014,6 @@ public void test0217() throws JavaModelException {
70147014
public void test0218() throws JavaModelException {
70157015
this.workingCopy = getWorkingCopy("/Converter15/src/X.java", true/*resolve*/);
70167016
String contents =
7017-
"import java.util.List;\n" +
7018-
"\n" +
70197017
"public class X {\n" +
70207018
" /**\n" +
70217019
" * @category fo\n" +
@@ -7056,8 +7054,6 @@ public void test0218() throws JavaModelException {
70567054
public void test0219() throws JavaModelException {
70577055
this.workingCopy = getWorkingCopy("/Converter15/src/X.java", true/*resolve*/);
70587056
String contents =
7059-
"import java.util.List;\n" +
7060-
"\n" +
70617057
"public class X {\n" +
70627058
" /**\n" +
70637059
" * @category fo\n" +

org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter15Test.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7059,8 +7059,6 @@ public void test0217() throws JavaModelException {
70597059
public void test0218() throws JavaModelException {
70607060
this.workingCopy = getWorkingCopy("/Converter15/src/X.java", true/*resolve*/);
70617061
String contents =
7062-
"import java.util.List;\n" +
7063-
"\n" +
70647062
"public class X {\n" +
70657063
" /**\n" +
70667064
" * @category fo\n" +
@@ -7101,8 +7099,6 @@ public void test0218() throws JavaModelException {
71017099
public void test0219() throws JavaModelException {
71027100
this.workingCopy = getWorkingCopy("/Converter15/src/X.java", true/*resolve*/);
71037101
String contents =
7104-
"import java.util.List;\n" +
7105-
"\n" +
71067102
"public class X {\n" +
71077103
" /**\n" +
71087104
" * @category fo\n" +

0 commit comments

Comments
 (0)