Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.968 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 39 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecuteJavaTest.java |
2 | 2 | 35 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecuteWatchdogTest.java |
| |||||
private final static int CLOCK_ERROR = 200; private final static int TIME_OUT_TEST = TIME_OUT - CLOCK_ERROR; |
| |||||
private final static int CLOCK_ERROR = 200; private final static long TIME_OUT_TEST = TIME_OUT - CLOCK_ERROR; |
| |||
private final static int CLOCK_ERROR = 200; private final static [[#variable11299ee0]] TIME_OUT_TEST = TIME_OUT - CLOCK_ERROR; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11299ee0]] | int |
1 | 2 | [[#11299ee0]] | long |