| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 2 | 0.974 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 91 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/processing/JobManager.java |
| 2 | 5 | 242 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/processing/JobManager.java |
| ||||
try {
if (VERBOSE)
Util.verbose("-> waiting end of current background job - " + currentJob); //$NON-NLS-1$
Thread.sleep(50);
} catch (InterruptedException e) {
// ignore
}
|
| ||||
try {
if (VERBOSE)
Util.verbose("-> GOING TO SLEEP - " + searchJob); //$NON-NLS-1$
Thread.sleep(50);
} catch (InterruptedException e) {
// ignore
}
|
| |||
try {
if (VERBOSE)
Util.verbose( [[#variableb48d83e0]] + [[#variableb48d83c0]]); //$NON-NLS-1$
Thread.sleep(50);
}
catch (InterruptedException e) {
// ignore
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b48d83e0]] | "-> GOING TO SLEEP - " |
| 1 | 2 | [[#b48d83e0]] | "-> waiting end of current background job - " |
| 2 | 1 | [[#b48d83c0]] | searchJob |
| 2 | 2 | [[#b48d83c0]] | currentJob |