Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 10 | 1 | 0.962 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 129 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Available.java |
2 | 2 | 70 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Basename.java |
3 | 2 | 203 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Checksum.java |
4 | 2 | 72 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/ParserSupports.java |
5 | 2 | 62 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Dirname.java |
6 | 2 | 89 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MakeUrl.java |
7 | 2 | 214 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java |
8 | 2 | 75 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/TempFile.java |
9 | 2 | 66 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/UpToDate.java |
10 | 2 | 178 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/WhichResource.java |
| |||||
/** * Set the name of the property which will be set if the particular resource * is available. * * @param property the name of the property to set. */ public void setProperty(String property) { this.property = property; } |
| |||||
/** * Property to set base name to. * @param property name of property */ public void setProperty(String property) { this.property = property; } |
| |||||
/** * Sets the property to hold the generated checksum. * @param property a <code>String</code> value */ public void setProperty(String property) { this.property = property; } |
| |||||
/** * Property to probe for * @param property the property to probe for. */ public void setProperty(String property) { this.property = property; } |
| |||||
/** * The name of the property to set. * @param property the name of the property */ public void setProperty(String property) { this.property = property; } |
| |||||
/** * set the name of a property to fill with the URL * * @param property the name of the property. */ public void setProperty(String property) { this.property = property; } |
| |||||
/** * Set the name of the property whose value is to serve as * the replacement value; required if <code>value</code> is not set. * @param property property name. */ public void setProperty(String property) { this.property = property; } |
| |||||
/** * Sets the property you wish to assign the temporary file to. * * @param property The property to set * @ant.attribute group="required" */ public void setProperty(String property) { this.property = property; } |
| |||||
// CheckStyle:VisibilityModifier ON /** * The property to set if the target file is more up-to-date than * (each of) the source file(s). * * @param property the name of the property to set if Target is up-to-date. */ public void setProperty( final String property) { this.property = property; } |
| |||||
/** * the property to fill with the URL of the resource or class * @param property the property to be set. * @ant.attribute group="required" */ public void setProperty(String property) { this.property = property; } |
| |||
/** * Property to set base name to. * @param property name of property */ // CheckStyle:VisibilityModifier ON /** * The property to set if the target file is more up-to-date than * (each of) the source file(s). * * @param property the name of the property to set if Target is up-to-date. */ /** * The name of the property to set. * @param property the name of the property */ /** * the property to fill with the URL of the resource or class * @param property the property to be set. * @ant.attribute group="required" */ /** * Sets the property you wish to assign the temporary file to. * * @param property The property to set * @ant.attribute group="required" */ /** * Property to probe for * @param property the property to probe for. */ /** * Set the name of the property which will be set if the particular resource * is available. * * @param property the name of the property to set. */ /** * Sets the property to hold the generated checksum. * @param property a <code>String</code> value */ /** * set the name of a property to fill with the URL * * @param property the name of the property. */ /** * Set the name of the property whose value is to serve as * the replacement value; required if <code>value</code> is not set. * @param property property name. */ public void setProperty( [[#variablefe402a0]]String property) { this.property = property; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#fe402a0]] | |
1 | 2 | [[#fe402a0]] | |
1 | 3 | [[#fe402a0]] | |
1 | 4 | [[#fe402a0]] | |
1 | 5 | [[#fe402a0]] | |
1 | 6 | [[#fe402a0]] | |
1 | 7 | [[#fe402a0]] | |
1 | 8 | [[#fe402a0]] | |
1 | 9 | [[#fe402a0]] | final |
1 | 10 | [[#fe402a0]] |