Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.959 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 79 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.java |
2 | 11 | 78 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java |
| |||||
/** * Override the project working directory. * * @param localPath The path on disk. */ public void setLocalpath(Path localPath) { super.setInternalLocalPath(localPath.toString()); } /** * Check-out files recursively. Defaults to false. * * @param recursive The boolean value for recursive. */ public void setRecursive(boolean recursive) { super.setInternalRecursive(recursive); } |
| |||||
/** * Override the project working directory. * * @param localPath The path on disk. */ public void setLocalpath(Path localPath) { super.setInternalLocalPath(localPath.toString()); } /** * Get files recursively. Defaults to false. * * @param recursive The boolean value for recursive. */ public final void setRecursive(boolean recursive) { super.setInternalRecursive(recursive); } |
| |||
/** * Override the project working directory. * * @param localPath The path on disk. */ public void setLocalpath(Path localPath) { super.setInternalLocalPath(localPath.toString()); } [[#variable13016de0]]void setRecursive(boolean recursive) { super.setInternalRecursive(recursive); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13016de0]] | /** * Check-out files recursively. Defaults to false. * * @param recursive The boolean value for recursive. */ public |
1 | 2 | [[#13016de0]] | /** * Get files recursively. Defaults to false. * * @param recursive The boolean value for recursive. */ public final |