| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.964 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 163 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDeltaBuilder.java |
| 2 | 2 | 86 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java |
| ||||
if ( !CharOperation.equals(first[i], second[i]))
return false;
|
| ||||
if ( ! Bindings.equals(b1[i], b2[i]))
return false;
|
| |||
if ( ! [[#variableb6802460]].equals( [[#variableb68023c0]][i], [[#variableb6802340]][i])) return false; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b6802460]] | CharOperation |
| 1 | 2 | [[#b6802460]] | Bindings |
| 2 | 1 | [[#b68023c0]] | first |
| 2 | 2 | [[#b68023c0]] | b1 |
| 3 | 1 | [[#b6802340]] | second |
| 3 | 2 | [[#b6802340]] | b2 |