Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
21 | 2 | 3 | 0.953 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 20 | 36 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckin.java |
2 | 21 | 37 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSGet.java |
| |||||
/** * The filename to act upon. * If no file is specified then the task * acts upon the project. * * @param filename The new file value */ public final void setFile(String filename) { super.setInternalFilename(filename); } /** * Flag to recursively apply the action. Defaults to false. * * @param recursive True for recursive operation. */ public void setRecursive(boolean recursive) { super.setInternalRecursive(recursive); } /** * The comment to apply to all files being labelled. * * @param comment The new comment value */ public void setComment(String comment) { super.setInternalComment(comment); } |
| |||||
/** * The Filename to act upon. * If no file is specified then the tasks * act upon the project. * * @param filename The new file value */ public final void setFile(String filename) { super.setInternalFilename(filename); } /** * Flag to recursively apply the action. Defaults to false * * @param recursive True for recursive operation. */ public void setRecursive(boolean recursive) { super.setInternalRecursive(recursive); } /** * Set the version number to get - * only works with SOSGet on a file. * * @param version The new version value */ public void setVersion(String version) { super.setInternalVersion(version); } |
| |||
/** * The Filename to act upon. * If no file is specified then the tasks * act upon the project. * * @param filename The new file value */ /** * The filename to act upon. * If no file is specified then the task * acts upon the project. * * @param filename The new file value */ public final void setFile(String filename) { super.setInternalFilename(filename); } /** * Flag to recursively apply the action. Defaults to false * * @param recursive True for recursive operation. */ /** * Flag to recursively apply the action. Defaults to false. * * @param recursive True for recursive operation. */ public void setRecursive(boolean recursive) { super.setInternalRecursive(recursive); } /** * Set the version number to get - * only works with SOSGet on a file. * * @param version The new version value */ /** * The comment to apply to all files being labelled. * * @param comment The new comment value */ public void [[#variable100f1540]](String [[#variable100f14a0]]) { super. [[#variable100f1360]]( [[#variable100f14a0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#100f1540]] | setComment |
1 | 2 | [[#100f1540]] | setVersion |
2 | 1 | [[#100f14a0]] | comment |
2 | 2 | [[#100f14a0]] | version |
3 | 1 | [[#100f1360]] | setInternalComment |
3 | 2 | [[#100f1360]] | setInternalVersion |