| Chunk |
|---|
| Conflicting content |
|---|
}
}
}
<<<<<<< HEAD
if (Context.isCeylon() && sym.kind >= AMBIGUOUS) {
// Look for toplevel extension classes
List |
| Solution content |
|---|
}
}
}
if (Context.isCeylon() && sym.kind >= AMBIGUOUS) {
// Look for toplevel extension classes
List |
| File |
|---|
| Resolve.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| If statement |
| Chunk |
|---|
| Conflicting content |
|---|
// System.err.println("completing " + c);//DEBUG
try {
<<<<<<< HEAD
context.enterJava();
=======
Context.SourceLanguage.push(Language.JAVA);
>>>>>>> d4e1b9fa2d95210a47cfb76dd77a907d9704014b
if (completionFailureName == c.fullname) {
throw new CompletionFailure(c, "user-selected completion failure by class name"); |
| Solution content |
|---|
// System.err.println("completing " + c);//DEBUG
try {
context.enterJava();
if (completionFailureName == c.fullname) {
throw new CompletionFailure(c, "user-selected completion failure by class name"); |
| File |
|---|
| JavaCompiler.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
implicitSourceFilesRead = true;
} finally {
<<<<<<< HEAD
context.leaveJava();
=======
Context.SourceLanguage.pop();
>>>>>>> d4e1b9fa2d95210a47cfb76dd77a907d9704014b
}
}
|
| Solution content |
|---|
implicitSourceFilesRead = true;
} finally {
context.leaveJava();
}
}
|
| File |
|---|
| JavaCompiler.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
}
throw new IllegalStateException();
}
<<<<<<< HEAD
/**
* TODO: Ideally this stack should not be static, but Context.isCeylon
* is required in one or two places where a context is unavailable.
*/
private static ArrayList |
| Solution content |
|---|
throw new IllegalStateException();
}
/**
* TODO: Ideally this stack should not be static, but Context.isCeylon
* is required in one or two places where a context is unavailable.
*/
private static ArrayList |
| File |
|---|
| Context.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Attribute |
| Class declaration |
| Comment |
| Method declaration |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
System.out.println(tree);
try {
<<<<<<< HEAD
context.enterCeylon(t);
=======
Context.SourceLanguage.push(Language.CEYLON);
>>>>>>> d4e1b9fa2d95210a47cfb76dd77a907d9704014b
Iterable extends TypeElement> result =
task.enter(List.of(tree)); |
| Solution content |
|---|
System.out.println(tree);
try {
context.enterCeylon(t);
Iterable extends TypeElement> result =
task.enter(List.of(tree)); |
| File |
|---|
| Gen.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
System.out.println(diagnostics.getDiagnostics());
} finally {
<<<<<<< HEAD
context.leaveCeylon();
=======
Context.SourceLanguage.pop();
>>>>>>> d4e1b9fa2d95210a47cfb76dd77a907d9704014b
}
}
|
| Solution content |
|---|
System.out.println(diagnostics.getDiagnostics());
} finally {
context.leaveCeylon();
}
}
|
| File |
|---|
| Gen.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
aliases = aliases.append(decl);
}
<<<<<<< HEAD
public List |
| Solution content |
|---|
aliases = aliases.append(decl);
}
public List |
| File |
|---|
| CeylonTree.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |