Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 241 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroInstance.java |
2 | 2 | 110 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerHelper.java |
3 | 2 | 146 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AddTypeTest.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; } |
| |||||
/** * The script text. * * @param text a component of the script text to be added. */ public void addText(String text) { this.text = text; } |
| |||||
public void addText(String text) { this.text = text; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |