Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 67 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecuteJavaTest.java |
2 | 5 | 92 | 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()); } |
| |||||
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()); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1317c360]] | testNoTimeOut |
1 | 2 | [[#1317c360]] | testNoTimeOutForked |
2 | 1 | [[#1317c320]] | execute |
2 | 2 | [[#1317c320]] | fork |
3 | 1 | [[#1317c380]] | project |
3 | 2 | [[#1317c380]] | cp |