CloneSet350


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21230.953class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12036
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckin.java
22137
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSGet.java
Next
Last
Clone Instance
1
Line Count
20
Source Line
36
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckin.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);
}


First
Previous
Clone Instance
2
Line Count
21
Source Line
37
Source File
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 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);
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#100f1540]]
setComment 
12[[#100f1540]]
setVersion 
21[[#100f14a0]]
comment 
22[[#100f14a0]]
version 
31[[#100f1360]]
setInternalComment 
32[[#100f1360]]
setInternalVersion