CloneSet511


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.985statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111901
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Execute.java
211950
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Execute.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
901
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Execute.java

File commandDir = workingDir;
if (workingDir == null) {
  if (project != null) {
    commandDir = project.getBaseDir();
  }
  else {
    return exec(project, cmd, env);
  }
}
// Use cmd.exe to change to the specified drive and
// directory before running the command
final int preCmdLength = 7;


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

File commandDir = workingDir;
if (workingDir == null) {
  if (project != null) {
    commandDir = project.getBaseDir();
  }
  else {
    return exec(project, cmd, env);
  }
}
// Use cmd.exe to change to the specified directory before running
// the command
final int preCmdLength = 6;


Clone AbstractionParameter Count: 1Parameter Bindings

File commandDir = workingDir;
if (workingDir == null) {
  if (project != null) {
    commandDir = project.getBaseDir();
  }
  else {
    return exec(project, cmd, env);
  }
}
// Use cmd.exe to change to the specified drive and
// directory before running the command
// Use cmd.exe to change to the specified directory before running
// the command
final int preCmdLength = [[#variable13173f60]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13173f60]]
7 
12[[#13173f60]]
6