CloneSet922


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12145
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java
22454
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java
32209
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ANTLR.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
145
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java

/**
 * Set the working directory of the process.
 * @param d the working directory of the process.
 */
public void setDir(File d) {
  this.dir = d;
}


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

/**
 * Set the working directory of the process.
 *
 * @param d working directory.
 *
 */
public void setDir(File d) {
  this.dir = d;
}


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

/**
 * The working directory of the process
 * @param d the working directory
 */
public void setDir(File d) {
  this.workingdir = d;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Set the working directory of the process.
     * @param d the working directory of the process.
     */
/**
     * The working directory of the process
     * @param d the working directory
     */
/**
     * Set the working directory of the process.
     *
     * @param d working directory.
     *
     */
public void setDir(File d) {
  this. [[#variable130e4900]]= d;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130e4900]]
dir 
12[[#130e4900]]
dir 
13[[#130e4900]]
workingdir