CloneSet1059


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.974class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141242
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java
231336
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
1242
Source File
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;
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
1336
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java

private Method method; // the method called to set the attribute

AttributeSetter(Method m) {
  this.method = m;
}


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11222320]]
NestedCreator 
12[[#11222320]]
AttributeSetter