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/org.eclipse.jdt.groovy.core/src/org/eclipse/jdt/groovy/search/TypeInferencingVisitorWithRequestor.java
+24-32
Original file line number
Diff line number
Diff line change
@@ -440,11 +440,7 @@ public void visitJDT(final IField field, final ITypeRequestor requestor) {
Copy file name to clipboardexpand all lines: ide-test/org.codehaus.groovy.eclipse.dsl.tests/src/org/codehaus/groovy/eclipse/dsl/tests/PointcutEvaluationTests.groovy
+1-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
*/
16
16
packageorg.codehaus.groovy.eclipse.dsl.tests
17
17
18
-
importgroovy.test.NotYetImplemented
19
18
importgroovy.transform.ToString
20
19
importgroovy.transform.TupleConstructor
21
20
@@ -669,7 +668,7 @@ final class PointcutEvaluationTests extends GroovyEclipseTestSuite {
0 commit comments