CloneSet629


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12146
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/Os.java
22116
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java
32148
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
146
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/Os.java

/**
 * Sets the desired OS name
 *
 * @param name   The OS name
 */
public void setName(String name) {
  this.name = name.toLowerCase(Locale.US);
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
116
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java

/**
 * Set the attribute name
 *
 * @param name the attribute name
 */
public void setName(String name) {
  this.name = name.toLowerCase(Locale.US);
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
148
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java

/**
 * set the tag name for this nested element
 *
 * @param name the name of this nested element
 */
public void setName(String name) {
  this.name = name.toLowerCase(Locale.US);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the desired OS name
     *
     * @param name   The OS name
     */
/**
         * set the tag name for this nested element
         *
         * @param name the name of this nested element
         */
/**
         * Set the attribute name
         *
         * @param name the attribute name
         */
public void setName(String name) {
  this.name = name.toLowerCase(Locale.US);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None