CloneSet1332


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12121
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
2291
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibManifestTask.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
121
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java

/**
 * Set the output file for the log.
 *
 * @param destFile The new destfile value
 */
public void setDestfile( final File destFile) {
  this.destFile = destFile;
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
91
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibManifestTask.java

/**
 * The location where generated manifest is placed.
 *
 * @param destFile The location where generated manifest is placed.
 */
public void setDestfile( final File destFile) {
  this.destFile = destFile;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * The location where generated manifest is placed.
     *
     * @param destFile The location where generated manifest is placed.
     */
/**
     * Set the output file for the log.
     *
     * @param destFile The new destfile value
     */
public void setDestfile( final File destFile) {
  this.destFile = destFile;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None