Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 76 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/HasMethod.java |
2 | 2 | 516 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Definer.java |
3 | 2 | 72 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Input.java |
4 | 2 | 155 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rmic.java |
5 | 2 | 169 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/WhichResource.java |
6 | 2 | 54 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/ExtendSelector.java |
| |||||
/** * Set the classname attribute. * @param classname the name of the class to check. */ public void setClassname(String classname) { this.classname = classname; } |
| |||||
/** * The full class name of the object being defined. * Required, unless file or resource have * been specified. * @param classname the name of the class */ public void setClassname(String classname) { this.classname = classname; } |
| |||||
/** * Set the InputHandler classname. * @param classname the String classname. */ public void setClassname(String classname) { this.classname = classname; } |
| |||||
/** * Sets the class to run <code>rmic</code> against; * optional * @param classname the name of the class for rmic to create code for */ public void setClassname(String classname) { this.classname = classname; } |
| |||||
/** * name the class to look for * @param classname the name of the class to look for. * @ant.attribute group="oneof" */ public void setClass(String classname) { this.classname = classname; } |
| |||||
/** * Sets the classname of the custom selector. * * @param classname is the class which implements this selector */ public void setClassname(String classname) { this.classname = classname; } |
| |||
/** * Set the InputHandler classname. * @param classname the String classname. */ /** * name the class to look for * @param classname the name of the class to look for. * @ant.attribute group="oneof" */ /** * The full class name of the object being defined. * Required, unless file or resource have * been specified. * @param classname the name of the class */ /** * Set the classname attribute. * @param classname the name of the class to check. */ /** * Sets the classname of the custom selector. * * @param classname is the class which implements this selector */ /** * Sets the class to run <code>rmic</code> against; * optional * @param classname the name of the class for rmic to create code for */ public void [[#variable100cf6e0]](String classname) { this.classname = classname; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#100cf6e0]] | setClassname |
1 | 2 | [[#100cf6e0]] | setClassname |
1 | 3 | [[#100cf6e0]] | setClassname |
1 | 4 | [[#100cf6e0]] | setClassname |
1 | 5 | [[#100cf6e0]] | setClass |
1 | 6 | [[#100cf6e0]] | setClassname |