CloneSet336


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16210.960statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116402
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecuteOn.java
216462
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecuteOn.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
402
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecuteOn.java

log(Commandline.describeCommand(command), Project.MSG_VERBOSE);
exe.setCommandline(command);
if (redirectorElement != null) {
  setupRedirector();
  redirectorElement.configure(redirector, s[j]);
}
if (redirectorElement != null || haveExecuted) {
  // need to reset the stream handler to restart
  // reading of pipes;
  // go ahead and do it always w/ nested redirectors
  exe.setStreamHandler(redirector.createHandler());
}
runExecute(exe);
haveExecuted = true;


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

log(Commandline.describeCommand(command), Project.MSG_VERBOSE);
exe.setCommandline(command);
if (redirectorElement != null) {
  setupRedirector();
  redirectorElement.configure(redirector, name);
}
if (redirectorElement != null || haveExecuted) {
  // need to reset the stream handler to restart
  // reading of pipes;
  // go ahead and do it always w/ nested redirectors
  exe.setStreamHandler(redirector.createHandler());
}
runExecute(exe);
haveExecuted = true;


Clone AbstractionParameter Count: 1Parameter Bindings

log(Commandline.describeCommand(command), Project.MSG_VERBOSE);
exe.setCommandline(command);
if (redirectorElement != null) {
  setupRedirector();
  redirectorElement.configure(redirector,  [[#variable100cd460]]);
}
if (redirectorElement != null || haveExecuted) {
  // need to reset the stream handler to restart
  // reading of pipes;
  // go ahead and do it always w/ nested redirectors
  exe.setStreamHandler(redirector.createHandler());
}
runExecute(exe);
haveExecuted = true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#100cd460]]
s[j] 
12[[#100cd460]]
name