Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.950 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 207 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
2 | 3 | 466 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
| |||||
Map.Entry entry = (Map.Entry) i.next(); String elemName = (String) entry.getKey(); Class elemClass = (Class) elemMap.get(elemName); |
| |||||
Map.Entry entry = (Map.Entry) i.next(); String attrName = (String) entry.getKey(); Class attrClass = (Class) attrMap.get(attrName); |
| |||
Map.Entry entry = (Map.Entry) i.next(); String [[#variable1314fbe0]]= (String) entry.getKey(); Class [[#variable1314fb60]]= (Class) [[#variable1314fc00]].get( [[#variable1314fbe0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1314fbe0]] | elemName |
1 | 2 | [[#1314fbe0]] | attrName |
2 | 1 | [[#1314fb60]] | elemClass |
2 | 2 | [[#1314fb60]] | attrClass |
3 | 1 | [[#1314fc00]] | elemMap |
3 | 2 | [[#1314fc00]] | attrMap |