CloneSet1393


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
13260
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java
23443
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
260
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java

/**
 * Fail if the command exits with a non-zero return code.
 *
 * @param fail if true fail the command on non-zero return code.
 */
public void setFailonerror(boolean fail) {
  failOnError = fail;
  incompatibleWithSpawn |= fail;
}


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

/**
 * If true, then fail if the command exits with a
 * returncode other than zero.
 *
 * @param fail if true fail the build when the command exits with a
 * nonzero returncode.
 */
public void setFailonerror(boolean fail) {
  failOnError = fail;
  incompatibleWithSpawn |= fail;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Fail if the command exits with a non-zero return code.
     *
     * @param fail if true fail the command on non-zero return code.
     */
/**
     * If true, then fail if the command exits with a
     * returncode other than zero.
     *
     * @param fail if true fail the build when the command exits with a
     * nonzero returncode.
     */
public void setFailonerror(boolean fail) {
  failOnError = fail;
  incompatibleWithSpawn |= fail;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None