Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 497 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
2 | 4 | 504 | 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); } |
| |||||
public void testChecksumAlgorithmAdler() { ChecksumAlgorithm algo = new ChecksumAlgorithm(); algo.setAlgorithm("Adler"); doTest(algo); } |
| |||
public void [[#variable11243be0]]() { ChecksumAlgorithm algo = new ChecksumAlgorithm(); algo.setAlgorithm( [[#variable11243d80]]); doTest(algo); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11243be0]] | testChecksumAlgorithmCRC |
1 | 2 | [[#11243be0]] | testChecksumAlgorithmAdler |
2 | 1 | [[#11243d80]] | "CRC" |
2 | 2 | [[#11243d80]] | "Adler" |