CloneSet1003


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111281
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java
213876
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
281
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java

/**
 * If true, output files should always be written (JDK1.2 only).
 * @param force the value to use.
 */
public void setForce(boolean force) {
  this.force = force;
}

/**
 * Whether output files should always be written.
 * @return the force attribute.
 * @since Ant 1.6.3
 */
public boolean getForce() {
  return force;
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
876
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java

/**
 * Sets the <CODE>force</CODE> attribute to the given value.
 *
 * @param force if true, it overwrites files in the target directory. By
 *      default it set to false as a safeguard. Note that if the target
 *      directory does not exist, this setting has no effect.
 * @see #getForce()
 */
public void setForce(boolean force) {
  this.force = force;
}

/**
 * Gets the <CODE>force</CODE> attribute.
 *
 * @return whether to continue if the target directory exists.
 * @see #setForce(boolean)
 */
public boolean getForce() {
  return force;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the <CODE>force</CODE> attribute to the given value.
     *
     * @param force if true, it overwrites files in the target directory. By
     *      default it set to false as a safeguard. Note that if the target
     *      directory does not exist, this setting has no effect.
     * @see #getForce()
     */
/**
     * If true, output files should always be written (JDK1.2 only).
     * @param force the value to use.
     */
public void setForce(boolean force) {
  this.force = force;
}

/**
     * Gets the <CODE>force</CODE> attribute.
     *
     * @return whether to continue if the target directory exists.
     * @see #setForce(boolean)
     */
/**
     * Whether output files should always be written.
     * @return the force attribute.
     * @since Ant 1.6.3
     */
public boolean getForce() {
  return force;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None