CloneSet424


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

/**
 * If true, suppress warning messages.
 *
 * @param nwarn the status to set the flag to
 */
public void setNoWarn(boolean nwarn) {
  mNwarn = nwarn;
}

/**
 * Get nowarn flag status
 *
 * @return boolean containing status of nwarn flag
 */
public boolean getNoWarn() {
  return mNwarn;
}


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

/**
 * If true, warning messages are suppressed.
 *
 * @param nwarn the status to set the flag to
 */
public void setNoWarn(boolean nwarn) {
  mNwarn = nwarn;
}

/**
 * Get nowarn flag status
 *
 * @return boolean containing status of nwarn flag
 */
public boolean getNoWarn() {
  return mNwarn;
}


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

/**

/**
 * Set the nowarn flag
 *
 * @param nwarn the status to set the flag to
 */
public void setNoWarn(boolean nwarn) {
  mNwarn = nwarn;
}

/**
 * Get nowarn flag status
 *
 * @return boolean containing status of nwarn flag
 */
public boolean getNoWarn() {
  return mNwarn;
}


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

/**
 * If true, suppress warning messages.
 *
 * @param nwarn the status to set the flag to
 */
public void setNoWarn(boolean nwarn) {
  mNwarn = nwarn;
}

/**
 * Get nowarn flag status
 *
 * @return boolean containing status of nwarn flag
 */
public boolean getNoWarn() {
  return mNwarn;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * If true, suppress warning messages.
     *
     * @param nwarn the status to set the flag to
     */
/**
     * If true, warning messages are suppressed.
     *
     * @param nwarn the status to set the flag to
     */
/**

    /**
     * Set the nowarn flag
     *
     * @param nwarn the status to set the flag to
     */
public void setNoWarn(boolean nwarn) {
  mNwarn = nwarn;
}

/**
     * Get nowarn flag status
     *
     * @return boolean containing status of nwarn flag
     */
public boolean getNoWarn() {
  return mNwarn;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None