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/xform/CanonicalTests.java
+22
Original file line number
Diff line number
Diff line change
@@ -231,4 +231,26 @@ public void testCanonical9() {
Copy file name to clipboardExpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.compiler/src/org/eclipse/jdt/groovy/core/tests/xform/ImmutableTests.java
Copy file name to clipboardExpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.compiler/src/org/eclipse/jdt/groovy/core/tests/xform/TupleConstructorTests.java
+47
Original file line number
Diff line number
Diff line change
@@ -262,4 +262,51 @@ public void testTupleConstructor9() {
Copy file name to clipboardExpand all lines: base/org.codehaus.groovy25/src/org/codehaus/groovy/classgen/asm/InvocationWriter.java
+1
Original file line number
Diff line number
Diff line change
@@ -1051,6 +1051,7 @@ private void makeMOPBasedConstructorCall(List<ConstructorNode> constructors, Con
1051
1051
if (sameHashNode!=null) {
1052
1052
controller.getSourceUnit().addError(
1053
1053
newSyntaxException("Unable to compile class "+controller.getClassNode().getName() + " due to hash collision in constructors", call.getLineNumber(), call.getColumnNumber()));
"Unable to compile class "+controller.getClassNode().getName() + " due to hash collision in constructors", call.getLineNumber(), call.getColumnNumber()));
Copy file name to clipboardExpand all lines: base/org.eclipse.jdt.groovy.core/src/org/codehaus/jdt/groovy/internal/compiler/ast/GroovyCompilationUnitDeclaration.java
0 commit comments