You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.compiler/src/org/eclipse/jdt/groovy/core/tests/basic/ImportsTests.java
+116-16
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,8 @@ public void testImportAliasingAndOldReference() {
615
615
};
616
616
//@formatter:on
617
617
618
-
runNegativeTest(sources, "----------\n" +
618
+
runNegativeTest(sources,
619
+
"----------\n" +
619
620
"1. ERROR in p\\C.groovy (at line 8)\n" +
620
621
"\tpublic static void callitOne(A a) {}\n" +
621
622
"\t ^\n" +
@@ -627,10 +628,10 @@ public void testImportAliasingAndOldReference() {
627
628
publicvoidtestAliasing_GRE473() {
628
629
//@formatter:off
629
630
String[] sources = {
630
-
"Foo.groovy",
631
+
"Main.groovy",
631
632
"import java.util.regex.Pattern as JavaPattern\n" +
Copy file name to clipboardexpand all lines: base/org.eclipse.jdt.groovy.core/src/org/codehaus/jdt/groovy/internal/compiler/ast/GroovyCompilationUnitScope.java
Copy file name to clipboardexpand all lines: jdt-patch/e419/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
Copy file name to clipboardexpand all lines: jdt-patch/e419/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Copy file name to clipboardexpand all lines: jdt-patch/e420/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
Copy file name to clipboardexpand all lines: jdt-patch/e420/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Copy file name to clipboardexpand all lines: jdt-patch/e421/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
Copy file name to clipboardexpand all lines: jdt-patch/e421/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Copy file name to clipboardexpand all lines: jdt-patch/e422/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
0 commit comments