CloneSet932


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
12241
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroInstance.java
22110
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerHelper.java
32146
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AddTypeTest.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
241
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroInstance.java

/**
 * Set the text contents for the macro.
 * @param text the text to be added to the macro.
 */
public void addText(String text) {
  this.text = text;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
110
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerHelper.java

/**
 * The script text.
 *
 * @param text a component of the script text to be added.
 */
public void addText(String text) {
  this.text = text;
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
146
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AddTypeTest.java

public void addText(String text) {
  this.text = text;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * The script text.
     *
     * @param text a component of the script text to be added.
     */
/**
     * Set the text contents for the macro.
     * @param text the text to be added to the macro.
     */
public void addText(String text) {
  this.text = text;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None