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.977 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2529 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 6 | 2571 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| ||||
{ int count = 0; for (int i = 0; i < array.length; i++) if (toBeFound == array[i]) count++; return count; } |
| ||||
{ int count = 0; for (int i = start; i < array.length; i++) if (toBeFound == array[i]) count++; return count; } |
| |||
{ int count = 0; for (int i = [[#variable9d70f340]]; i < array.length; i++) if (toBeFound == array[i]) count++; return count; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d70f340]] | 0 |
1 | 2 | [[#9d70f340]] | start |