Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.962 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 106 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/StyleTest.java |
2 | 6 | 114 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/StyleTest.java |
| |||||
public void testCustomMapper() throws Exception { assertTrue( !FILE_UTILS.resolveFile(getProject().getBaseDir(), "out/out.xml").exists()); expectFileContains("testCustomMapper", "out/out.xml", "set=\'myvalue\'"); } |
| |||||
public void testTypedMapper() throws Exception { assertTrue( !FILE_UTILS.resolveFile(getProject().getBaseDir(), "out/out.xml").exists()); expectFileContains("testTypedMapper", "out/out.xml", "set=\'myvalue\'"); } |
| |||
public void [[#variable13089980]]() throws Exception { assertTrue( !FILE_UTILS.resolveFile(getProject().getBaseDir(), "out/out.xml").exists()); expectFileContains( [[#variable130898c0]], "out/out.xml", "set=\'myvalue\'"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13089980]] | testCustomMapper |
1 | 2 | [[#13089980]] | testTypedMapper |
2 | 1 | [[#130898c0]] | "testCustomMapper" |
2 | 2 | [[#130898c0]] | "testTypedMapper" |