Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.965 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1907 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 5 | 1955 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| ||||
{ for (int i = start; i < array.length; i++) if (toBeFound == array[i]) return i; return -1; } |
| ||||
{ for (int i = start; i < end; i++) if (toBeFound == array[i]) return i; return -1; } |
| |||
{ for (int i = start; i < [[#variable609ef2a0]]; i++) if (toBeFound == array[i]) return i; return -1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#609ef2a0]] | end |
1 | 2 | [[#609ef2a0]] | array.length |