CloneSet161


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4520.962statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1441
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java
2449
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java
3457
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java
4465
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java
5478
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
41
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java

Timer timer = new Timer();
executeTarget("test1");
timer.stop();
if (TRACE)
  System.out.println(" test1 elapsed time=" + timer.time());


Next
Previous
Clone Instance
2
Line Count
4
Source Line
49
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java

Timer timer = new Timer();
executeTarget("test2");
timer.stop();
if (TRACE)
  System.out.println(" test2 elapsed time=" + timer.time());


Next
Previous
Clone Instance
3
Line Count
4
Source Line
57
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java

Timer timer = new Timer();
executeTarget("test3");
timer.stop();
if (TRACE)
  System.out.println(" test3 elapsed time=" + timer.time());


Next
Previous
Clone Instance
4
Line Count
4
Source Line
65
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SleepTest.java

Timer timer = new Timer();
executeTarget("test3");
timer.stop();
if (TRACE)
  System.out.println(" test4 elapsed time=" + timer.time());


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

Timer timer = new Timer();
executeTarget("test6");
timer.stop();
if (TRACE)
  System.out.println(" test6 elapsed time=" + timer.time());


Clone AbstractionParameter Count: 2Parameter Bindings

Timer timer = new Timer();
executeTarget( [[#variablefe368c0]]);
timer.stop();
if (TRACE)
  System.out.println( [[#variablefe28480]] + timer.time());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#fe368c0]]
"test1" 
12[[#fe368c0]]
"test2" 
13[[#fe368c0]]
"test3" 
14[[#fe368c0]]
"test3" 
15[[#fe368c0]]
"test6" 
21[[#fe28480]]
" test1 elapsed time=" 
22[[#fe28480]]
" test2 elapsed time=" 
23[[#fe28480]]
" test3 elapsed time=" 
24[[#fe28480]]
" test4 elapsed time=" 
25[[#fe28480]]
" test6 elapsed time="