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.969 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 193 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
2 | 4 | 451 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
| |||||
String name = (String) e.nextElement(); Class expect = (Class) elemMap.get(name); assertNotNull("Support for " + name + " in IntrospectioNHelperTest?", expect); |
| |||||
String name = (String) e.nextElement(); Class expect = (Class) attrMap.get(name); assertNotNull("Support for " + name + " in IntrospectionHelperTest?", expect); |
| |||
String name = (String) e.nextElement(); Class expect = (Class) [[#variable131734a0]].get(name); assertNotNull("Support for " + name + [[#variable131735a0]], expect); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131734a0]] | elemMap |
1 | 2 | [[#131734a0]] | attrMap |
2 | 1 | [[#131735a0]] | " in IntrospectioNHelperTest?" |
2 | 2 | [[#131735a0]] | " in IntrospectionHelperTest?" |