Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 84 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/MapperTest.java |
2 | 3 | 134 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/MapperTest.java |
3 | 3 | 148 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/MapperTest.java |
| |||||
Mapper.MapperType mt = new Mapper.MapperType(); mt.setValue("glob"); m.setType(mt); |
| |||||
Mapper.MapperType mt = new Mapper.MapperType(); mt.setValue("glob"); m3.setType(mt); |
| |||||
Mapper.MapperType mt = new Mapper.MapperType(); mt.setValue("glob"); mapper1.setType(mt); |
| |||
Mapper.MapperType mt = new Mapper.MapperType(); mt.setValue("glob"); [[#variable13019e20]].setType(mt); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13019e20]] | m |
1 | 2 | [[#13019e20]] | m3 |
1 | 3 | [[#13019e20]] | mapper1 |