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/codehaus/jdt/groovy/integration/internal/MultiplexingIndexingParser.java
Copy file name to clipboardexpand all lines: base/org.eclipse.jdt.groovy.core/src/org/codehaus/jdt/groovy/integration/internal/MultiplexingSourceElementRequestorParser.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ public CompilationUnitDeclaration parseCompilationUnit(final ICompilationUnit co
88
88
// FIXASC Is it ok to use a new parser here everytime? If we don't we sometimes recurse back into the first one.
89
89
// FIXASC ought to reuse to ensure types end up in same groovy CU
Copy file name to clipboardexpand all lines: base/org.eclipse.jdt.groovy.core/src/org/codehaus/jdt/groovy/internal/compiler/ast/GroovyCompilationUnitDeclaration.java
Copy file name to clipboardexpand all lines: base/org.eclipse.jdt.groovy.core/src/org/codehaus/jdt/groovy/model/GroovyReconcileWorkingCopyOperation.java
+6-8
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
/*
2
-
* Copyright 2009-2017 the original author or authors.
2
+
* Copyright 2009-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
-
* http://www.apache.org/licenses/LICENSE-2.0
8
+
* https://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
Copy file name to clipboardexpand all lines: ide-test/org.codehaus.groovy.eclipse.codeassist.test/src/org/codehaus/groovy/eclipse/codeassist/tests/AnnotationCompletionTests.groovy
+1-1
Original file line number
Diff line number
Diff line change
@@ -980,7 +980,7 @@ final class AnnotationCompletionTests extends CompletionTestSuite {
Copy file name to clipboardexpand all lines: ide-test/org.codehaus.groovy.eclipse.codeassist.test/src/org/codehaus/groovy/eclipse/codeassist/tests/CompletionTestSuite.groovy
+3-3
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ abstract class CompletionTestSuite extends GroovyEclipseTestSuite {
0 commit comments