CloneSet935


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1284
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckin.java
22347
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Zip.java
32436
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/zip/ZipOutputStream.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
84
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckin.java

/**
 * Optional checkin comment to be saved with the file.
 * @param comment  Value to assign to comment.
 */
public void setComment(String comment) {
  this.comment = comment;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
347
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Zip.java

/**
 * Comment to use for archive.
 *
 * @param comment The content of the comment.
 * @since Ant 1.6.3
 */
public void setComment(String comment) {
  this.comment = comment;
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
436
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/zip/ZipOutputStream.java

/**
 * Set the file comment.
 * @param comment the comment
 * @since 1.1
 */
public void setComment(String comment) {
  this.comment = comment;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Optional checkin comment to be saved with the file.
     * @param comment  Value to assign to comment.
     */
/**
     * Set the file comment.
     * @param comment the comment
     * @since 1.1
     */
/**
     * Comment to use for archive.
     *
     * @param comment The content of the comment.
     * @since Ant 1.6.3
     */
public void setComment(String comment) {
  this.comment = comment;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None