Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 260 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java |
2 | 3 | 443 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |