CloneSet1305


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1640
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/splash/SplashScreenTest.java
2548
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/splash/SplashScreenTest.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
40
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/splash/SplashScreenTest.java

// give it some time to display
try {
  Thread.currentThread().sleep(2000);
}
catch (InterruptedException
       e) {
} // end of try-catch


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

try {
  Thread.currentThread().sleep(2000);
}
catch (InterruptedException
       e) {
} // end of try-catch


Clone AbstractionParameter Count: 0Parameter Bindings

// give it some time to display
try {
  Thread.currentThread().sleep(2000);
}
catch (InterruptedException
       e) {
} // end of try-catch
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None