Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.982 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 40 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/util/StopWatchTest.java |
2 | 6 | 60 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/util/StopWatchTest.java |
| |||||
Thread.sleep(50); long difference = watch.getTiming() - watch2.getTiming(); if (Math.abs(difference) < 40) { fail("Stopwatch wasnt stopped."); } |
| |||||
Thread.sleep(50); long difference = watch.getTiming() - watch2.getTiming(); if (Math.abs(difference) < 40) { fail("Stopwatch wasnt restarted correctly."); } |
| |||
Thread.sleep(50); long difference = watch.getTiming() - watch2.getTiming(); if (Math.abs(difference) < 40) { fail( [[#variable1313e920]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1313e920]] | "Stopwatch wasnt stopped." |
1 | 2 | [[#1313e920]] | "Stopwatch wasnt restarted correctly." |