| 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 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 738 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java |
| 2 | 3 | 742 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java |
| ||||
index = first.indexOf('<');
if (index > 0)
first = first.substring(0, index);
|
| ||||
index = second.indexOf('<');
if (index > 0)
second = second.substring(0, index);
|
| |||
index = [[#variable554a4480]].indexOf('<');
if (index > 0)
[[#variable554a4480]]= [[#variable554a4480]].substring(0, index);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#554a4480]] | first |
| 1 | 2 | [[#554a4480]] | second |