Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 77 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/AntTypeDefinition.java |
2 | 2 | 121 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/GenericHotDeploymentTool.java |
3 | 2 | 172 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java |
4 | 2 | 273 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Assertions.java |
| |||||
/** * Set the classname of the definition. * @param className the classname of this definition. */ public void setClassName(String className) { this.className = className; } |
| |||||
/** * The name of the class to execute to perfom * deployment; required. * Example: "com.foobar.tools.deploy.DeployTool" * @param className The fully qualified class name of the class * to perform deployment. */ public void setClassName(String className) { this.className = className; } |
| |||||
/** * Set the classname of the class to be used for the nested element. * This specifies the class directly and is an alternative to specifying * the Ant type name. * * @param className the name of the class to use for this nested * element. */ public void setClassName(String className) { this.className = className; } |
| |||||
/** * name a class * @param className a class name */ public void setClass(String className) { this.className = className; } |
| |||
/** * Set the classname of the definition. * @param className the classname of this definition. */ /** * name a class * @param className a class name */ /** * The name of the class to execute to perfom * deployment; required. * Example: "com.foobar.tools.deploy.DeployTool" * @param className The fully qualified class name of the class * to perform deployment. */ /** * Set the classname of the class to be used for the nested element. * This specifies the class directly and is an alternative to specifying * the Ant type name. * * @param className the name of the class to use for this nested * element. */ public void [[#variable1302c660]](String className) { this.className = className; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1302c660]] | setClassName |
1 | 2 | [[#1302c660]] | setClassName |
1 | 3 | [[#1302c660]] | setClassName |
1 | 4 | [[#1302c660]] | setClass |