CloneSet1004


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.951method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14497
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java
24504
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
497
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java

public void testChecksumAlgorithmCRC() {
  ChecksumAlgorithm algo = new ChecksumAlgorithm();
  algo.setAlgorithm("CRC");
  doTest(algo);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
504
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java

public void testChecksumAlgorithmAdler() {
  ChecksumAlgorithm algo = new ChecksumAlgorithm();
  algo.setAlgorithm("Adler");
  doTest(algo);
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variable11243be0]]() {
  ChecksumAlgorithm algo = new ChecksumAlgorithm();
  algo.setAlgorithm( [[#variable11243d80]]);
  doTest(algo);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11243be0]]
testChecksumAlgorithmCRC 
12[[#11243be0]]
testChecksumAlgorithmAdler 
21[[#11243d80]]
"CRC" 
22[[#11243d80]]
"Adler"