Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.974 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1242 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java |
2 | 3 | 1336 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java |
| |||||
private Method method; // the method called to add/create the nested element NestedCreator(Method m) { this.method = m; } |
| |||||
private Method method; // the method called to set the attribute AttributeSetter(Method m) { this.method = m; } |
| |||
private Method method; // the method called to add/create the nested element // the method called to set the attribute [[#variable11222320]](Method m) { this.method = m; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11222320]] | NestedCreator |
1 | 2 | [[#11222320]] | AttributeSetter |