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 | 371 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java |
2 | 3 | 596 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java |
| |||||
/** * Set whether output should be appended to or overwrite an existing file. * Defaults to false. * * @param append if true append is desired. * * @since 1.30, Ant 1.5 */ public void setAppend(boolean append) { redirector.setAppend(append); incompatibleWithSpawn = true; } |
| |||||
/** * If true, append output to existing file. * * @param append if true, append output to existing file. * * @since Ant 1.5 */ public void setAppend(boolean append) { redirector.setAppend(append); incompatibleWithSpawn = true; } |
| |||
/** * Set whether output should be appended to or overwrite an existing file. * Defaults to false. * * @param append if true append is desired. * * @since 1.30, Ant 1.5 */ /** * If true, append output to existing file. * * @param append if true, append output to existing file. * * @since Ant 1.5 */ public void setAppend(boolean append) { redirector.setAppend(append); incompatibleWithSpawn = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |