Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 528 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
2 | 2 | 530 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
| |||||
// get the Hashvalues String hash1 = algo.getValue(file); String hash2 = algo.getValue(file); |
| |||||
String hash3 = algo.getValue(file); String hash4 = algo.getValue(file); |
| |||
// get the Hashvalues String [[#variable1120f100]]= algo.getValue(file); String [[#variable1120f5e0]]= algo.getValue(file); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1120f100]] | hash1 |
1 | 2 | [[#1120f100]] | hash3 |
2 | 1 | [[#1120f5e0]] | hash2 |
2 | 2 | [[#1120f5e0]] | hash4 |