CloneSet1352


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1237
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java
2234
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Parameter.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
37
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java

/**
 * Set the name of the parameter.
 *
 * @param name the name of parameter
 */
public void setName( final String name) {
  this.name = name;
}


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

/**
 * Set the name attribute.
 *
 * @param name a <code>String</code> value
 */
public void setName( final String name) {
  this.name = name;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the name attribute.
     *
     * @param name a <code>String</code> value
     */
/**
     * Set the name of the parameter.
     *
     * @param name the name of parameter
     */
public void setName( final String name) {
  this.name = name;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None