CloneSet514


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.955method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1567
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecuteJavaTest.java
2592
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecuteJavaTest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
67
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecuteJavaTest.java

public void testNoTimeOut() throws Exception {
  Commandline cmd = getCommandline(TIME_OUT / 2);
  ej.setJavaCommand(cmd);
  ej.execute(project);
  assertTrue("process should not have been killed", !ej.killedProcess());
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
92
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecuteJavaTest.java

public void testNoTimeOutForked() throws Exception {
  Commandline cmd = getCommandline(TIME_OUT / 2);
  ej.setJavaCommand(cmd);
  ej.fork(cp);
  assertTrue("process should not have been killed", !ej.killedProcess());
}


Clone AbstractionParameter Count: 3Parameter Bindings

public void [[#variable1317c360]]() throws Exception {
  Commandline cmd = getCommandline(TIME_OUT / 2);
  ej.setJavaCommand(cmd);
  ej. [[#variable1317c320]]( [[#variable1317c380]]);
  assertTrue("process should not have been killed", !ej.killedProcess());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1317c360]]
testNoTimeOut 
12[[#1317c360]]
testNoTimeOutForked 
21[[#1317c320]]
execute 
22[[#1317c320]]
fork 
31[[#1317c380]]
project 
32[[#1317c380]]
cp