| Chunk |
|---|
| Conflicting content |
|---|
assertDeprecated(destDir);
assertTagged(destDir);
assertDocumentationOfRefinedMember(destDir);
<<<<<<< HEAD
assertBug659ShowInheritedMembers(destDir);
=======
assertSequencedParameter(destDir);
>>>>>>> dcf25f5a8a64af47de42f76028a3c455f6678553
}
@Test |
| Solution content |
|---|
assertDeprecated(destDir);
assertTagged(destDir);
assertDocumentationOfRefinedMember(destDir);
assertBug659ShowInheritedMembers(destDir);
assertSequencedParameter(destDir);
}
@Test |
| File |
|---|
| CeylonDocToolTest.java |
| Developer's decision |
|---|
| Concatenation |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
assertDeprecated(destDir);
assertTagged(destDir);
assertDocumentationOfRefinedMember(destDir);
<<<<<<< HEAD
assertBug659ShowInheritedMembers(destDir);
=======
assertSequencedParameter(destDir);
>>>>>>> dcf25f5a8a64af47de42f76028a3c455f6678553
}
@Test |
| Solution content |
|---|
assertDeprecated(destDir);
assertTagged(destDir);
assertDocumentationOfRefinedMember(destDir);
assertBug659ShowInheritedMembers(destDir);
assertSequencedParameter(destDir);
}
@Test |
| File |
|---|
| CeylonDocToolTest.java |
| Developer's decision |
|---|
| Concatenation |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
Pattern.compile("Deprecated in StubInterface.defaultDeprecatedMethodFromStubInterface"));
}
<<<<<<< HEAD
private void assertBug659ShowInheritedMembers(File destDir) throws IOException {
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile("Show inherited methods"));
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile("defaultDeprecatedMethodFromStubInterface"));
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile("formalMethodFromStubInterface"));
=======
private void assertSequencedParameter(File destDir) throws IOException {
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile(" |
| Solution content |
|---|
Pattern.compile("Deprecated in StubInterface.defaultDeprecatedMethodFromStubInterface"));
}
private void assertBug659ShowInheritedMembers(File destDir) throws IOException {
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile("Show inherited methods"));
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile("defaultDeprecatedMethodFromStubInterface"));
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile("formalMethodFromStubInterface"));
}
private void assertSequencedParameter(File destDir) throws IOException {
assertMatchInFile(destDir, "class_StubClass.html",
Pattern.compile(" |
| File |
|---|
| CeylonDocToolTest.java |
| Developer's decision |
|---|
| Concatenation |
| Kind of conflict |
|---|
| Method invocation |
| Method signature |