CloneSet18


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
29901.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
129171
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckin.java
229370
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckout.java
329245
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkattr.java
429174
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkbl.java
529134
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkdir.java
629192
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkelem.java
729235
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklabel.java
829320
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklbtype.java
929206
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCRmtype.java
Next
Last
Clone Instance
1
Line Count
29
Source Line
171
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckin.java

/**
 * Sets the comment string.
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Specifies a file containing a comment.
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Next
Previous
Clone Instance
2
Line Count
29
Source Line
370
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckout.java

/**
 * Sets the comment string.
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Specifies a file containing a comment.
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Next
Previous
Clone Instance
3
Line Count
29
Source Line
245
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkattr.java

/**
 * Set comment string
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Set comment file
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Next
Previous
Clone Instance
4
Line Count
29
Source Line
174
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkbl.java

/**
 * Set comment string
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Set comment file
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Next
Previous
Clone Instance
5
Line Count
29
Source Line
134
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkdir.java

/**
 * Sets the comment string.
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Specifies a file containing a comment.
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Next
Previous
Clone Instance
6
Line Count
29
Source Line
192
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkelem.java

/**
 * Sets the comment string.
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Specifies a file containing a comment.
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Next
Previous
Clone Instance
7
Line Count
29
Source Line
235
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklabel.java

/**
 * Set comment string
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Set comment file
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Next
Previous
Clone Instance
8
Line Count
29
Source Line
320
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklbtype.java

/**
 * Set comment string
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Set comment file
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


First
Previous
Clone Instance
9
Line Count
29
Source Line
206
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCRmtype.java

/**
 * Set comment string
 *
 * @param comment the comment string
 */
public void setComment(String comment) {
  mComment = comment;
}

/**
 * Get comment string
 *
 * @return String containing the comment
 */
public String getComment() {
  return mComment;
}

/**
 * Set comment file
 *
 * @param cfile the path to the comment file
 */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
 * Get comment file
 *
 * @return String containing the path to the comment file
 */
public String getCommentFile() {
  return mCfile;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the comment string.
     *
     * @param comment the comment string
     */
/**
     * Set comment string
     *
     * @param comment the comment string
     */
public void setComment(String comment) {
  mComment = comment;
}

/**
     * Get comment string
     *
     * @return String containing the comment
     */
public String getComment() {
  return mComment;
}

/**
     * Specifies a file containing a comment.
     *
     * @param cfile the path to the comment file
     */
/**
     * Set comment file
     *
     * @param cfile the path to the comment file
     */
public void setCommentFile(String cfile) {
  mCfile = cfile;
}

/**
     * Get comment file
     *
     * @return String containing the path to the comment file
     */
public String getCommentFile() {
  return mCfile;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None