Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 25 | E:/TSE/Projects-CloneDR/sql12/test/src/DatabaseFailureReplicator.java |
2 | 3 | 30 | E:/TSE/Projects-CloneDR/sql12/test/src/DatabaseFailureReplicator.java |
| |||||
for (int i = 0; i < threads.length; i++) { threads[i].start(); } |
| |||||
for (int i = 0; i < threads.length; i++) { threads[i].join(); } |
| |||
for (int i = 0; i < threads.length; i++) { threads[i]. [[#variable1ca4f3e0]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca4f3e0]] | start |
1 | 2 | [[#1ca4f3e0]] | join |