| Chunk |
|---|
| Conflicting content |
|---|
public Widget mouseon;
public Console cons = new WidgetConsole();
private Collection |
| Solution content |
|---|
public Widget mouseon;
public Console cons = new WidgetConsole();
private Collection |
| File |
|---|
| UI.java |
| Developer's decision |
|---|
| Concatenation |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
(modsuper?8:0));
}
<<<<<<< HEAD
public void message(String str) {
if((cons!=null) && (gui!=null)){
// cons.out.println(str);
gui.error(str);
}
=======
public void destroy() {
audio.clear();
>>>>>>> c8c9e28f4e5a2f21f15297e9f1f0cf8e32017270
}
} |
| Solution content |
|---|
(modsuper?8:0));
}
public void message(String str) {
if((cons!=null) && (gui!=null)){
// cons.out.println(str);
gui.error(str);
}
}
public void destroy() {
audio.clear();
}
} |
| File |
|---|
| UI.java |
| Developer's decision |
|---|
| Concatenation |
| Kind of conflict |
|---|
| If statement |
| Method invocation |
| Method signature |