CloneSet1173


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13332
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java
23360
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
332
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java

/**
 * Sets the name of a property in which the return code of the
 * command should be stored. Only of interest if failonerror=false.
 *
 * @since Ant 1.5
 *
 * @param resultProperty name of property.
 */
public void setResultProperty(String resultProperty) {
  this.resultProperty = resultProperty;
  incompatibleWithSpawn = true;
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
360
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java

/**
 * Set the name of the property in which the return code of the
 * command should be stored. Only of interest if failonerror=false.
 *
 * @param resultProperty name of property.
 *
 * @since Ant 1.6
 */
public void setResultProperty(String resultProperty) {
  this.resultProperty = resultProperty;
  incompatibleWithSpawn = true;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the name of a property in which the return code of the
     * command should be stored. Only of interest if failonerror=false.
     *
     * @since Ant 1.5
     *
     * @param resultProperty name of property.
     */
/**
     * Set the name of the property in which the return code of the
     * command should be stored. Only of interest if failonerror=false.
     *
     * @param resultProperty name of property.
     *
     * @since Ant 1.6
     */
public void setResultProperty(String resultProperty) {
  this.resultProperty = resultProperty;
  incompatibleWithSpawn = true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None