Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 14 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 101 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Apt.java |
2 | 2 | 139 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Available.java |
3 | 2 | 81 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/ParserSupports.java |
4 | 2 | 49 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Header.java |
5 | 2 | 53 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Filter.java |
6 | 2 | 64 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GenerateKey.java |
7 | 2 | 113 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
8 | 2 | 265 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/PropertyFile.java |
9 | 2 | 737 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java |
10 | 2 | 152 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Property.java |
11 | 2 | 197 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java |
12 | 2 | 961 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java |
13 | 2 | 70 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Environment.java |
14 | 2 | 83 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/FilterSet.java |
| |||||
/** * Set the value attribute. * @param value the value of the option. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * Set the value to be given to the property if the desired resource is * available. * * @param value the value to be given. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * Optional value to set. * Converted to a boolean value when setting a property * @param value the value to set. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * Set the value of this Header. * @param value the value to set. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * The string that should replace the token during filtered copies. * @param value token replace value */ public void setValue(String value) { this.value = value; } |
| |||||
/** * Set the value attribute. * @param value a <code>String</code> value */ public void setValue(String value) { this.value = value; } |
| |||||
/** * Set the parameter value. * * Note that only string values are supported. No resolution of file * paths is performed. * * @param value the parameter value. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * Value to set (=), to add (+) or subtract (-) * @param value the value. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * sets the value of the property * @param value value of the property */ public void setValue(String value) { this.value = value; } |
| |||||
/** * The value of the property. * @param value value to assign * * @ant.attribute group="name" */ public void setValue(String value) { this.value = value; } |
| |||||
/** * The replacement string; required if <code>property<code> * is not set. * @param value <code>String</code> value to replace. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * set the value for this property * @param value The non-null string value of the output property. */ public void setValue(String value) { this.value = value; } |
| |||||
/** * set the value * @param value string value */ public void setValue(String value) { this.value = value; } |
| |||||
/** * Sets the Value attribute of the Filter object. * * @param value The new Value value. */ public void setValue(String value) { this.value = value; } |
| |||
/** * Set the value attribute. * @param value the value of the option. */ /** * The string that should replace the token during filtered copies. * @param value token replace value */ /** * Set the value attribute. * @param value a <code>String</code> value */ /** * Set the parameter value. * * Note that only string values are supported. No resolution of file * paths is performed. * * @param value the parameter value. */ /** * sets the value of the property * @param value value of the property */ /** * Set the value of this Header. * @param value the value to set. */ /** * Optional value to set. * Converted to a boolean value when setting a property * @param value the value to set. */ /** * set the value * @param value string value */ /** * Set the value to be given to the property if the desired resource is * available. * * @param value the value to be given. */ /** * set the value for this property * @param value The non-null string value of the output property. */ /** * Value to set (=), to add (+) or subtract (-) * @param value the value. */ /** * The value of the property. * @param value value to assign * * @ant.attribute group="name" */ /** * Sets the Value attribute of the Filter object. * * @param value The new Value value. */ /** * The replacement string; required if <code>property<code> * is not set. * @param value <code>String</code> value to replace. */ public void setValue(String value) { this.value = value; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |