Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.968 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 503 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java |
2 | 2 | 264 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/UpToDate.java |
| |||||
MergingMapper mm = new MergingMapper(); mm.setTo(tarFile.getAbsolutePath()); |
| |||||
MergingMapper mm = new MergingMapper(); mm.setTo(targetFile.getAbsolutePath()); |
| |||
MergingMapper mm = new MergingMapper(); mm.setTo( [[#variable1129d020]].getAbsolutePath()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1129d020]] | tarFile |
1 | 2 | [[#1129d020]] | targetFile |