CloneSet728


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.962method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16106
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/StyleTest.java
26114
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/StyleTest.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
106
Source File
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\'");
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
114
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/StyleTest.java

public void testTypedMapper() throws Exception {
  assertTrue( !FILE_UTILS.resolveFile(getProject().getBaseDir(), "out/out.xml").exists());
  expectFileContains("testTypedMapper", "out/out.xml", "set=\'myvalue\'");
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variable13089980]]() throws Exception {
  assertTrue( !FILE_UTILS.resolveFile(getProject().getBaseDir(), "out/out.xml").exists());
  expectFileContains( [[#variable130898c0]], "out/out.xml", "set=\'myvalue\'");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13089980]]
testCustomMapper 
12[[#13089980]]
testTypedMapper 
21[[#130898c0]]
"testCustomMapper" 
22[[#130898c0]]
"testTypedMapper"