CloneSet1080


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111262
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckin.java
211248
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkbl.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
262
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckin.java

/**
 * If true, allows the file to be checked in even
 * if it is identical to the original.
 *
 * @param identical the status to set the flag to
 */
public void setIdentical(boolean identical) {
  mIdentical = identical;
}

/**
 * Get identical flag status
 *
 * @return boolean containing status of identical flag
 */
public boolean getIdentical() {
  return mIdentical;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
248
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkbl.java

/**
 * Set the identical flag
 *
 * @param identical the status to set the flag to
 */
public void setIdentical(boolean identical) {
  mIdentical = identical;
}

/**
 * Get identical flag status
 *
 * @return boolean containing status of identical flag
 */
public boolean getIdentical() {
  return mIdentical;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the identical flag
     *
     * @param identical the status to set the flag to
     */
/**
     * If true, allows the file to be checked in even
     * if it is identical to the original.
     *
     * @param identical the status to set the flag to
     */
public void setIdentical(boolean identical) {
  mIdentical = identical;
}

/**
     * Get identical flag status
     *
     * @return boolean containing status of identical flag
     */
public boolean getIdentical() {
  return mIdentical;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None