CloneSet1411


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12104
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java
22200
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SQLExec.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
104
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java

/**
 * This method sets which is the source .tlb file.
 * This is an operation which is required to have been performed.
 * @param srcFile the source file.
 */
public void setSrcFile(File srcFile) {
  this.srcFile = srcFile;
}


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

/**
 * Set the name of the SQL file to be run.
 * Required unless statements are enclosed in the build file
 * @param srcFile the file containing the SQL command.
 */
public void setSrc(File srcFile) {
  this.srcFile = srcFile;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * This method sets which is the source .tlb file.
     * This is an operation which is required to have been performed.
     * @param srcFile the source file.
     */
/**
     * Set the name of the SQL file to be run.
     * Required unless statements are enclosed in the build file
     * @param srcFile the file containing the SQL command.
     */
public void [[#variable112c10a0]](File srcFile) {
  this.srcFile = srcFile;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112c10a0]]
setSrcFile 
12[[#112c10a0]]
setSrc